Networking

Enabling the load balancer feature will allow users to expose application they deploy over an external IP address assigned by cloud provider.

Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs.

Change Window Settings
Security

Your cluster does not have Kubernetes role-based access control (RBAC) enabled.

This means you can't use Portainer RBAC functionality to regulate access to environment resources based on user roles.

To enable RBAC, start the API server with the --authorization-mode flag set to a comma-separated list that includes RBAC, for example:  kube-apiserver --authorization-mode=Example1,RBAC,Example2.

By default, all the users have access to the default namespace. Enable this option to set accesses on the default namespace.
Resources and Metrics

By ENABLING resource over-commit, you are able to assign more resources to namespaces than is physically available in the cluster. This may lead to unexpected deployment failures if there is insufficient resource to service demand.

By DISABLING resource over-commit (highly recommended), you are only able to assign resources to namespaces that are less (in aggregate) than the cluster total minus any system resource reservation.

Enabling this feature will allow users to use specific features like autoscaling and to see container and node resource usage.

Ensure that metrics server or prometheus is running inside your cluster.

Checking metrics API...
Successfully reached metrics API
Unable to reach metrics API, make sure metrics server is properly deployed inside that cluster.
Available storage options
Unable to detect any storage class available to persist data. Users won't be able to persist application data inside this cluster.

Select which storage options will be available for use when deploying applications. Have a look at your storage driver documentation to figure out which access policy to configure and if the volume expansion capability is supported.

You can find more information about access modes in the official Kubernetes documentation.

Storage Shared access policy Volume expansion
{{ class.Name }}
Shared access policy configuration required
Actions