mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
GITBOOK-25: C9S-51 - View and edit serviceaccount details
This commit is contained in:
committed by
gitbook-bot
parent
368dcf9a6b
commit
d94894a05a
BIN
.gitbook/assets/2.40.0-service-account-details.png
Normal file
BIN
.gitbook/assets/2.40.0-service-account-details.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
BIN
.gitbook/assets/2.40.0-service-account-list.png
Normal file
BIN
.gitbook/assets/2.40.0-service-account-list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
@@ -7,6 +7,18 @@ metaLinks:
|
||||
|
||||
# Service Accounts
|
||||
|
||||
This section lists the Service Accounts on your Kubernetes cluster. The list can be filtered by namespace. You can create new Service Accounts via manifests by clicking **Create from Manifest**, and you can remove Service Accounts by checking the box next to the Service Account to remove and clicking **Remove**.
|
||||
This section lists the Service Accounts on your Kubernetes cluster. The list can be filtered by namespace. You can create a new Service Accounts via a manifest or Helm chart by clicking **Create from code**. Remove Service Accounts by checking the box next to the Service Account and clicking **Remove**.
|
||||
|
||||
<figure><img src="../../../.gitbook/assets/2.20-kubernetes-more-serviceaccounts-list.png" alt=""><figcaption></figcaption></figure>
|
||||
<figure><img src="../../../.gitbook/assets/2.40.0-service-account-list.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
### Service Account details
|
||||
|
||||
{% hint style="info" %}
|
||||
Editing of Service Account details is disabled for resources in namespaces [marked as system](../namespaces/manage.md#actions). 
|
||||
{% endhint %}
|
||||
|
||||
You can view the details of a Service Account by clicking its name from the Service Account list.
|
||||
|
||||
The **Service account** tab displays read-only details for the selected account. To modify the resource, switch to the **YAML** tab where you can edit the manifest directly. Once you have made your changes, click **Apply changes** in the bottom right.
|
||||
|
||||
<figure><img src="../../../.gitbook/assets/2.40.0-service-account-details.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
Reference in New Issue
Block a user