k8s
k8s copied to clipboard
How to deploy Portainer inside a Kubernetes environment.
Hello, I noticed that, with the manifests (or the Helm template) in this repository, the pods for the Portainer server mount a service account with cluster-admin access. However, if I...
This minor update allows for users to use 'affinity:' instead of 'nodeSelector:' tags. Affinity has more scheduling options than nodeSelector.
The pvc template in the current helm chart uses the deprecated kubernetes volume annotation: ``` {{- if .Values.persistence.enabled -}} {{- if not .Values.persistence.existingClaim -}} --- kind: "PersistentVolumeClaim" apiVersion: "v1" metadata:...
I was following the documentation here: https://docs.portainer.io/advanced/ssl. The secret was created without any errors thus confirming that the public key and private key matched. ```sh microk8s.kubectl create secret tls portainer-tls-secret...
When setting up portainer on my k3s cluster using the provided command `kubectl apply -n portainer -f https://downloads.portainer.io/ce2-16/portainer-lb.yaml` I get an error saying `Error from server (BadRequest): error when creating...
Hello, Could you please add loadBalancerIP option to helm chart `k8s/charts/portainer/templates/service.yaml` it already supports .service.type to be LoadBalancer but would be nice to be able also to set the desired...
This PR proposes a way to load environment variables passed to the script with the new feature available through https://portainer.atlassian.net/browse/EE-2436 This feature introduce a new parameter for the script: a...
Hi, picking up on a [discussion](https://portainerinternal.slack.com/archives/G01FDN68HQF/p1628683473001900) in the Ambassador Slack. My team is working on a Kubernetes Platform and tries to integrate Portainer as an application. For this we'd need...