Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1019 Bytes

File metadata and controls

33 lines (22 loc) · 1019 Bytes

nic deploy

Deploy infrastructure based on configuration file

Synopsis

Deploy cloud infrastructure and Kubernetes resources based on the provided nebari-config.yaml file. This command will create all necessary resources to establish a fully functional Nebari cluster.

Configs that still contain the reserved CHANGEME placeholder are rejected before any provider API call, so an unedited starter cannot provision infrastructure.

Use --dry-run to preview changes without applying them.

nic deploy [flags]

Options

      --dry-run          Show what would be deployed without making changes
  -f, --file string      Path to nebari-config.yaml file (auto-discovered if omitted)
  -h, --help             help for deploy
      --regen-apps       Regenerate ArgoCD application manifests even if already bootstrapped
      --timeout string   Override default timeout (e.g., '45m', '1h')

SEE ALSO

  • nic - Nebari Infrastructure Core - Cloud infrastructure management for Nebari