Skip to content
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

Unknown admission plugin: DefaultTolerationSeconds #43693

Closed
niyanchun opened this issue Mar 27, 2017 · 4 comments
Closed

Unknown admission plugin: DefaultTolerationSeconds #43693

niyanchun opened this issue Mar 27, 2017 · 4 comments
Milestone

Comments

@niyanchun
Copy link

I install Kubernetes on Ubuntu 14.04, and I git clone the master branch, in kubernetes/cluster/ubuntu/config-default.sh, there is a config:

export ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,ResourceQuota

but kube-apiserver doesn't know DefaultTolerationSeconds.

@calebamiles calebamiles added this to the v1.6 milestone Mar 27, 2017
@liggitt
Copy link
Member

liggitt commented Mar 27, 2017

@niyanchun how did you install Kubernetes? The DefaultTolerationSeconds admission plugin referenced in the master version of the install scripts does not exist in the 1.5.x version

@liggitt
Copy link
Member

liggitt commented Mar 27, 2017

@calebamiles not a blocker, CI is testing this plugin

@niyanchun
Copy link
Author

@liggitt I installed Kubernetes following this manual: https://kubernetes.io/docs/getting-started-guides/ubuntu/manual/, and add v1.5.5 to the $KUBE_ROOT/version file (#39224). I commented the DefaultTolerationSeconds and installed successfully.

@liggitt
Copy link
Member

liggitt commented Mar 28, 2017

I would recommend using the scripts from the v1.5.5 tag to accompany the v1.5.5 you have installed. Master scripts include features that do not exist yet in a released version.

@liggitt liggitt closed this as completed Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants