collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.79k stars 955 forks source link

Portainer K8S Image doesn't exist. Please consider to update the README of Portainer. #64

Closed r0039 closed 2 years ago

r0039 commented 4 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.

collabnix commented 3 years ago

Can you please raise PR?