helm
or kubectl
commands on your cluster.ServiceAccount
and ClusterRoleBinding
for it to access the Kubernetes cluster.default
StorageClass configured (see below).portainer
namespace for Portainer.default
the deployment will likely fail.(default)
after its name:<storage-class-name>
with the name of your StorageClass. Alternatively, if you are installing using our Helm chart, you can pass the following parameter in your helm install command to specify the StorageClass to use for Portainer:nodeSelector: kubernetes.io/hostname: \<YOUR_NODE_NAME>
--create-namespace
argument.30779
for HTTPS:30779
. Alternatively you can provide your own SSL certificate during installation or via the Portainer UI after installation is complete.30777
, remove the --set tls.force=true
option.--set tls.force=true
option.9443
for HTTPS:9443
. Alternatively you can provide your own SSL certificate during installation or via the Portainer UI after installation is complete.9000
, remove the --set tls.force=true
option.--set nodeSelector.kubernetes\.io/hostname=<YOUR NODE NAME>
in your helm install
command.30777
for HTTP and 30779
for HTTPS):30779
. Alternatively you can provide your own SSL certificate during installation or via the Portainer UI after installation is complete.9000
for HTTP and 9443
for HTTPS:9443
. Alternatively you can provide your own SSL certificate during installation or via the Portainer UI after installation is complete.localhost
with the relevant IP address or FQDN if needed, and adjust the port if you changed it earlier.<FQDN>
with the FQDN of your Portainer instance.<loadbalancer IP>
with the IP address or FQDN of the load balancer, and adjust the port if you changed it earlier.