You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bootstrapping test infra, allow pulling from image registry when
PAT is set.
Clickup: https://app.clickup.com/t/869c079a0
---------
Signed-off-by: NautiluX <2600004+NautiluX@users.noreply.github.com>
Co-authored-by: NautiluX <2600004+NautiluX@users.noreply.github.com>
flags.StringVar(&bootstrapGcpCmd.InputRegistryType, "registry-type", "local-container", "Container registry type to use (options: local-container, artifact-registry) (default: artifact-registry)")
flags.StringVar(&bootstrapGcpCmd.CodesphereEnv.GitHubPAT, "github-pat", "", "GitHub Personal Access Token to use for direct image access. Scope required: package read (optional)")
log.Printf("Infrastructure details written to %s", infraFilePath)
133
141
log.Printf("Start the Codesphere installation using OMS from the jumpbox host:\nssh-add $SSH_KEY_PATH; ssh -o StrictHostKeyChecking=no -o ForwardAgent=yes -o SendEnv=OMS_PORTAL_API_KEY root@%s", bs.Env.Jumpbox.GetExternalIP())
--github-pat string GitHub Personal Access Token to use for direct image access. Scope required: package read (optional)
29
30
-h, --help help for bootstrap-gcp
30
31
--install-codesphere-version string Codesphere version to install (default: none)
31
32
--install-config string Path to install config file (optional) (default "config.yaml")
32
33
--preemptible Use preemptible VMs for Codesphere infrastructure (default: false)
33
34
--project-name string Unique GCP Project Name (required)
34
35
--region string GCP Region (default: europe-west4) (default "europe-west4")
35
36
--registry-type string Container registry type to use (options: local-container, artifact-registry) (default: artifact-registry) (default "local-container")
0 commit comments