Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Kubeconfig = f.FilePathJoin(f.UserHomeDir(), ".flyte", "k3s", "k3s.yaml") FlytectlConfig = f.FilePathJoin(f.UserHomeDir(), ".flyte", "config.yaml") SuccessMessage = "Flyte is ready! Flyte UI is available at http://localhost:30081/console" ImageName = "ghcr.io/flyteorg/flyte-sandbox:dind" SandboxClusterName = "flyte-sandbox" Environment = []string{"SANDBOX=1", "KUBERNETES_API_PORT=30086", "FLYTE_HOST=localhost:30081", "FLYTE_AWS_ENDPOINT=http://localhost:30084"} )
Functions ¶
func CreateSandboxCommand ¶
CreateSandboxCommand will return sandbox command
Types ¶
type ExecResult ¶
Click to show internal directories.
Click to hide internal directories.