Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS handshake error #41

Open
jacyzin opened this issue Sep 19, 2024 · 0 comments
Open

TLS handshake error #41

jacyzin opened this issue Sep 19, 2024 · 0 comments

Comments

@jacyzin
Copy link

jacyzin commented Sep 19, 2024

I've been trying install the harbor-container webhook in GKE autopilot or standard.
webhook-config.yaml:

 port: 9443
    certDir: "/etc/hcw/certs"
    metricsAddr: ":8080"
    healthAddr: ":8090"
    verbose: false
    rules:
       - name: 'docker.io rewrite rule'
         matches:
           - '^docker.io'
         excludes: []
         replace: 'harbor.gambi-cat.store'
         checkUpstream: false

redis-example.yaml:

apiVersion: v1
kind: Pod
metadata:
  name: redis
  labels:
    app: redis
spec:
  containers:
    - name: redis
      image: docker.io/redis:7.0.15
      ports:
        - containerPort: 6379

When I run:
kubectl apply -f redis-example.yaml

Occurr the same error in pod harbor-container-webhook:
2024/09/19 17:14:46 http: TLS handshake error from 10.x.x.x:35816: EOF

There are any limitation running harbor-container-webhook in GKE?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant