We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed Behavior: Facing following both issues
{ "level":"ERROR","time":"2024-11-22T09:29:59.518Z","logger":"webhook","message":"http: TLS handshake error from 10.xxx.xxx.xx:38492: tls: no certificates configured\n","commit":"fb4d75f"}
"https://karpenter.system.svc:8443/validate/karpenter.sh?timeout=10s\": remote error: tls: unrecognized name"
kubectl describe secret karpenter-cert -n system Name: karpenter-cert Namespace: system Labels: app.kubernetes.io/instance=karpenter app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=karpenter app.kubernetes.io/version=1.0.7 argocd.argoproj.io/instance=karpenter helm.sh/chart=karpenter-1.0.7 Annotations:
Type: Opaque
Data
Im updating karpenter version from 0.36.1 ---> 1.0.7 followed V1 migration document Used argocd to deploy resources
Expected Behavior: No errors
Reproduction Steps (Please include YAML):
Versions:
kubectl version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Observed Behavior:
Facing following both issues
{ "level":"ERROR","time":"2024-11-22T09:29:59.518Z","logger":"webhook","message":"http: TLS handshake error from 10.xxx.xxx.xx:38492: tls: no certificates configured\n","commit":"fb4d75f"}
"https://karpenter.system.svc:8443/validate/karpenter.sh?timeout=10s\": remote error: tls: unrecognized name"
kubectl describe secret karpenter-cert -n system
Name: karpenter-cert
Namespace: system
Labels: app.kubernetes.io/instance=karpenter
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=karpenter
app.kubernetes.io/version=1.0.7
argocd.argoproj.io/instance=karpenter
helm.sh/chart=karpenter-1.0.7
Annotations:
Type: Opaque
Data
Im updating karpenter version from 0.36.1 ---> 1.0.7
followed V1 migration document
Used argocd to deploy resources
Expected Behavior:
No errors
Reproduction Steps (Please include YAML):
Versions:
kubectl version
):The text was updated successfully, but these errors were encountered: