You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
With flags --require-kubeconfig + --kubeconfig. --kubeconfig is path to a kubeconfig file (default is "/var/lib/kubelet/kubeconfig", specifying how to connect to the API server, if --require-kubeconfig is not set, --api-servers will be used.
In higher version of K8s, the --api-servers and --require-kubeconfig are both deprecated.
Currently PAI use k8s v1.9, it just throw a warning, in >=v1.10, they are totally removed in this PR (kubernetes/kubernetes#58367 ), note that it also removed the default path of –kubeconfig, which means we must specify --kubeconfig in >= 1.10 version
Kubernetes deprecated --require-kubeconfig parameter in v1.10.0 . So we need to change our launching script when starting kubelet.
The text was updated successfully, but these errors were encountered: