Running kubernetes autoscalar

后端 未结 2 740
慢半拍i
慢半拍i 2021-01-20 02:32

I have a replication controller running with the following spec:

apiVersion: v1
kind: ReplicationController
metadata:
  name: owncloud-controller
spec:
  rep         


        
2条回答
  •  借酒劲吻你
    2021-01-20 03:25

    Most probably heapster is running in a wrong namespace ("default"). HPA expects heapster to be in "kube-system" namespace. Please, add --namespace=kube-system to kubectl run heapster command.

提交回复
热议问题