Pod预设在minikube上不起作用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pod预设在minikube上不起作用相关的知识,希望对你有一定的参考价值。
我正试图在minikube上测试pod预设。我运行以下命令来启动minikube:
minikube start --vm-driver hyperv --hyperv-virtual-switch switch name --extra-config = apiserver.admission-control =“NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota,PodPreset”
一旦集群启动,我运行kubectl get podpreset
,它让我回到the server doesn't have a resource type 'podpreset'
。我的印象是我只需要将PodPreset添加到准入控制中,然后pod预设就可以了。有没有人有什么建议?
一些额外的信息:
OS: Windows 10
minikube version: v0.28.0
kubectl version:
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
查看Minikube如何启动其Kubeapiserver:请参阅“Kubernetes PodPreset not working”。
你需要检查“Enable Pod Preset”,特别是:
您已启用API类型
settings.k8s.io/v1alpha1/podpreset
。 例如,这可以通过在API服务器的settings.k8s.io/v1alpha1=true
选项中包含--runtime-config
来完成。
以上是关于Pod预设在minikube上不起作用的主要内容,如果未能解决你的问题,请参考以下文章
为啥 saveStateInstance 在屏幕方向上不起作用?
负载分配在 Kubernetes 中不起作用,请求将发送到单个 pod