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
What kops version are you running? The command kops version, will display
this information.
1.9.0 alpha
What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
1.9.3
What cloud provider are you using?
AWS
What commands did you run? What is the simplest way to reproduce this issue?
I put up a cluster and set the useConfigMap Scheduler option:
kubeScheduler:
usePolicyConfigMap: true
With this option set the kube-scheduler breaks duo to the missing --policy-configmap-namespace. This is a bug and here is the report for it on K8s upstream project: kubernetes/kubernetes#61368
What happened after the commands executed?
The cluster get created but kube-scheduler doesn't get up with the following error:
F0319 19:21:47.831522 1 helpers.go:119] error: couldn't get policy config map /scheduler-policy: an empty namespace may not be set when a resource name is provided
What did you expect to happen?
The scheduler to work using the ConfigMap stored at the kube-system namespace.
Please provide your cluster manifest. Execute kops get --name my.example.com -oyaml to display your cluster manifest.
You may want to remove your cluster name and other sensitive information.
Please run the commands with most verbose logging by adding the -v 10 flag.
Paste the logs into this report, or in a gist and provide the gist link here.
Anything else do we need to know?
I'm appending a PR with the change shortly
The text was updated successfully, but these errors were encountered:
What
kops
version are you running? The commandkops version
, will displaythis information.
1.9.0 alpha
What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.9.3
What cloud provider are you using?
AWS
What commands did you run? What is the simplest way to reproduce this issue?
I put up a cluster and set the useConfigMap Scheduler option:
With this option set the
kube-scheduler
breaks duo to the missing--policy-configmap-namespace
. This is a bug and here is the report for it on K8s upstream project: kubernetes/kubernetes#61368The cluster get created but
kube-scheduler
doesn't get up with the following error:What did you expect to happen?
The scheduler to work using the ConfigMap stored at the kube-system namespace.
Please provide your cluster manifest. Execute
kops get --name my.example.com -oyaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
Please run the commands with most verbose logging by adding the
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
Anything else do we need to know?
I'm appending a PR with the change shortly
The text was updated successfully, but these errors were encountered: