Aspir8: Aspire to Deployments Help

Applying Manifests to a Cluster

To apply the manifests to your cluster, run:

aspirate apply

You will first be presented with all the context names (unless you have passed one in as a cli option) in your kubeconfig file, and will be asked to select one. This will be used for deployment

If you have a secret file, you will be prompted to enter the password to decrypt it.

Cli Options (Optional)

Option

Alias

Environmental Variable Counterpart

Description

--input-path

-i

ASPIRATE_INPUT_PATH

The path for the kustomize manifests directory. Defaults to ./aspirate-output

--kube-context

-k

ASPIRATE_KUBERNETES_CONTEXT

The name of the kubernetes context within your kubeconfig to apply / deploy manifests to.

--secret-password

ASPIRATE_SECRET_PASSWORD

If using secrets, or you have a secret file - Specify the password to decrypt them

--non-interactive

ASPIRATE_NON_INTERACTIVE

Disables interactive mode for the command

--disable-secrets

ASPIRATE_DISABLE_SECRETS

Disables secrets management features.

--rolling-restart

-r

ASPIRATE_ROLLING_RESTART

Perform a rollout restart of deployments directly after applying the manifests. Defaults to false

Last modified: 13 May 2024