Skip to content

kindplane credentials configure

kindplane credentials configure

Configure credentials for cloud providers

Synopsis

Interactively configure credentials for Crossplane cloud providers.

This command will guide you through setting up credentials for the selected cloud provider and create the necessary ProviderConfig resources in the cluster.

Supported providers: - aws AWS credentials - azure Azure credentials - kubernetes Kubernetes provider credentials

kindplane credentials configure [flags]

Examples

  # Configure AWS credentials interactively
  kindplane credentials configure --provider aws

  # Configure all providers
  kindplane credentials configure

Options

  -h, --help               help for configure
  -p, --provider string    specific provider to configure (aws, azure, kubernetes)
      --timeout duration   timeout for configuration (default 5m0s)

Options inherited from parent commands

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO