Skip to content

Commit

Permalink
Update feature list in kubectl gs README (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Sep 19, 2022
1 parent d6cdb52 commit 6c4fc45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ Check the [installation docs](https://docs.giantswarm.io/ui-api/kubectl-gs/insta

## Features

- **Custom resource templating**: using the `template` command lets you create manifests for
- **Login via single sign-on**: Using the `login` command, you can quickly set up a `kubectl` context with OIDC authentication for a Giant Swarm management cluster, or a workload cluster with our [dex](https://github.com/giantswarm/dex-app) and [athena](https://github.com/giantswarm/athena) apps installed.
- **Custom resource templating**: using the `template` commands lets you create manifests for
creating/updating custom resources for:
- Clusters
- Node pools
- App catalogs
- Apps
- **SSO login**: with the `login` command you can quickly set up a `kubectl context` with
OIDC authentication for a Giant Swarm management cluster.
- **Gitops repository management**: The `gitops` command family allows to create and modify resources in your GitOps repo clone.
- **Resource display**: The `get` commands allow for retrieving a list of resources, or details for a single one.

## Documentation

Expand Down

0 comments on commit 6c4fc45

Please sign in to comment.