Closed r0039 closed 2 years ago
I found that the K8S image <portainerci/portainer:k8s-linux-amd64> in https://github.com/collabnix/kubelabs/blob/master/portainer.yaml doesn't exist.
spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer image: portainerci/portainer:k8s-linux-amd64 imagePullPolicy: Always
So this service could not provision into K8S cluster. Go around, then I found another K8S image https://raw.githubusercontent.com/portainer/portainer-k8s/master/portainer-nodeport.yaml that is running well in K8S. There is source.
Can you please verify and update this README. I don't have a permission to do. Thank you.
Can you please raise PR?
I found that the K8S image <portainerci/portainer:k8s-linux-amd64> in https://github.com/collabnix/kubelabs/blob/master/portainer.yaml doesn't exist.
So this service could not provision into K8S cluster. Go around, then I found another K8S image https://raw.githubusercontent.com/portainer/portainer-k8s/master/portainer-nodeport.yaml that is running well in K8S. There is source.
Can you please verify and update this README. I don't have a permission to do. Thank you.