-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from jetstack/sa-output
Add command to get a new cluster service account
- Loading branch information
Showing
23 changed files
with
464 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## jsctl auth clusters | ||
|
||
|
||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for clusters | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-url string Base URL of the control-plane API (default "https://platform.jetstack.io") | ||
--config string Location of the user's jsctl config directory (default "HOME or USERPROFILE/.jsctl") | ||
--kubeconfig string Location of the user's kubeconfig file for applying directly to the cluster (default "~/.kube/config") | ||
--stdout If provided, manifests are written to stdout rather than applied to the current cluster | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [jsctl auth](jsctl_auth.md) - Subcommands for authentication | ||
* [jsctl auth clusters create-service-account](jsctl_auth_clusters_create-service-account.md) - Create a new Jetstack Secure service account for a cluster agent | ||
|
37 changes: 37 additions & 0 deletions
37
docs/reference/jsctl_auth_clusters_create-service-account.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## jsctl auth clusters create-service-account | ||
|
||
Create a new Jetstack Secure service account for a cluster agent | ||
|
||
### Synopsis | ||
|
||
Generate a new service account for a Jetstack Secure cluster agent | ||
This is only needed if you are not deploying the agent with jsctl. | ||
Output can be json formatted or as Kubernetes Secret. | ||
|
||
|
||
``` | ||
jsctl auth clusters create-service-account name [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--format string The desired output format, valid options: [jsonKeyData, secret] (default "jsonKeyData") | ||
-h, --help help for create-service-account | ||
--secret-name string If using the 'secret' format, the name of the secret to create (default "agent-credentials") | ||
--secret-namespace string If using the 'secret' format, the namespace of the secret to create (default "jetstack-secure") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-url string Base URL of the control-plane API (default "https://platform.jetstack.io") | ||
--config string Location of the user's jsctl config directory (default "HOME or USERPROFILE/.jsctl") | ||
--kubeconfig string Location of the user's kubeconfig file for applying directly to the cluster (default "~/.kube/config") | ||
--stdout If provided, manifests are written to stdout rather than applied to the current cluster | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [jsctl auth clusters](jsctl_auth_clusters.md) - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.