GITBOOK-25: C9S-51 - View and edit serviceaccount details

This commit is contained in:
Hannah Cooper
2026-03-20 03:31:53 +00:00
committed by gitbook-bot
parent 368dcf9a6b
commit d94894a05a
3 changed files with 14 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

View File

@@ -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).&#x20;
{% 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>