Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.05 KB

gitkube_install.md

File metadata and controls

46 lines (31 loc) · 1.05 KB

gitkube install

Install Gitkube on a Kubernetes cluster

Synopsis

Install all Gitkube components on the cluster and expose the gitkubed deployment

gitkube install [flags]

Examples

  # Install Gitkube in 'kube-system' namespace:
  gitkube install

  # Install in another namespace:
  gitkube install --namespace <your-namespace>

  # The command prompts for a ServiceType to expose gitkubed deployment.
  # Use '--expose' flag to set a ServiceType and skip the prompt
  # Say, 'LoadBalancer':
  gitkube install --expose LoadBalancer

Options

  -e, --expose string      k8s service type to expose the gitkubed deployment
  -h, --help               help for install
  -n, --namespace string   namespace to create install gitkube resources in (default "kube-system")

Options inherited from parent commands

      --kube-context string   kubernetes context to use

SEE ALSO

  • gitkube - Build and deploy docker images to Kubernetes using git push
Auto generated by spf13/cobra on 26-May-2018