試圖何時部署K8S莢我已經創建了谷歌容器引擎一個cluster &在我已經部署在它運行一個有莢詹金斯。然後配置一個工作,將建立,運行,推&部署sample應用程序。所以所有的這些工作步驟,不同的「部署 - sampleapp步」執行因以下錯誤無法通過詹金斯工作在GCE
[sampleapp_master-HAWDXNK5BCRQ7EWPPOHGW7RUWBBM25WIAIKOP6UBHIDYZGTMQIJA] Running shell script
+ kubectl --namespace=production apply -f k8s/services/ error: group map[:0xc820374b60 apps:0xc820374bd0 authorization.k8s.io:0xc820374c40 componentconfig:0xc820374d90 extensions:0xc820374e00 policy:0xc820374e70 storage.k8s.io:0xc8202cc770 federation:0xc820374af0 autoscaling:0xc820374cb0 batch:0xc820374d20 rbac.authorization.k8s.io:0xc820374ee0 authentication.k8s.io:0xc820374fc0] is already registered
所以我使用的集羣版本1.6.4
因此,沒有人有任何想法如何升級這個問題
由於事先 添加一些信息可能對上述question-
用戶@ yproject-173008有用:〜$ kubectl集羣信息
Kubernetes主在 GLBCDefaultBackend運行在https://IP/api/v1/proxy/namespaces/kube-system/services/default-http-backend
Heapster運行在https://IP/api/v1/proxy/namespaces/kube-system/services/heapster
KubeDNS運行在https://IP/api/v1/proxy/namespaces/kube-system/services/kube-dns
kubernetes-儀表盤運行在
https://IP/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
運行爲了進一步調試和診斷羣集問題,使用'kubectl cluster-info dump'。用戶@ yproject-173008:〜$ kubectl版本
客戶端版本:version.Info {專業: 「1」,小調: 「6」,GitVersion: 「v1.6.6」,GitCommit: 「7fa1c1756d8bc963f1a389f4a6937dc71f08ada2」,GitTreeState :「clean」,BuildDate:「2017-06-16T18:34:20Z」,GoVersion:「go1.7.6」,編譯器:「gc」,平臺:「linux/amd64」}
服務器版本:version.Info { Major:「1」,Minor:「6」,GitVersion:「v1.6.4」,GitCommit:「d6f433224538d4f9ca2f7ae19b252e6fcb66a3ae」,GitTreeState:「clean」,BuildDate:「2017-05-19T18:33:17Z」,GoVersion:「go1 .7.5" ,編譯: 「GC」,平臺 「的Linux/AMD64」}
嗨,我已通過使用您的解決方案解決了此錯誤,感謝您的幫助。 – Vaibhav
請接受解決方案並標記。 –