-
Notifications
You must be signed in to change notification settings - Fork 749
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
kubelet readonly port disabled but still referenced in aws-cni-support.sh #285
Labels
Comments
Just make a PR to change the script? https://github.com/aws/amazon-vpc-cni-k8s/blob/master/scripts/aws-cni-support.sh |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref:
the kubelet readonly port is disabled, but the
aws-cni-support.sh
script still tries to access it:curl http://localhost:10255/pods > ${LOG_DIR}/kubelet.output
the command fails and breaks the script. The line should be removed
The text was updated successfully, but these errors were encountered: