-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support Kubernetes 1.27 #672
Conversation
Signed-off-by: Masayuki Ishii <[email protected]>
bce82f4
to
8d93266
Compare
@@ -364,7 +364,6 @@ func KubeletServiceParams(n *cke.Node, params cke.KubeletParams) cke.ServicePara | |||
"--kubeconfig=/etc/kubernetes/kubelet/kubeconfig", | |||
"--hostname-override=" + n.Nodename(), | |||
} | |||
args = append(args, "--container-runtime=remote") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--container-runtime
is removed.
kubernetes/kubernetes#114017
@@ -22,7 +22,6 @@ rules: | |||
- apiGroups: | |||
- "" | |||
resources: | |||
- endpoints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From v1.11.0, CoreDNS does not watch Endpoints.
coredns/coredns#6147
Signed-off-by: Masayuki Ishii <[email protected]>
Signed-off-by: Masayuki Ishii <[email protected]>
Signed-off-by: Masayuki Ishii <[email protected]>
Signed-off-by: Masayuki Ishii <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#666
sonobuoy test was passed.
https://github.com/cybozu-go/cke/actions/runs/7028986320