cluster-operator

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

README

Cluster Operator

Quickstart

  • Build
make docker
make gen-chart

kind load docker-image ghcr.io/kurator-dev/cluster-operator:latest --name <your_kind_cluster>
  • Install cert manager
helm repo add jetstack https://charts.jetstack.io
helm repo update
kubectl create namespace cert-manager
helm install -n cert-manager cert-manager jetstack/cert-manager --set installCRDs=true
  • Install cluster operator
# must run this after cert-manager is ready
kubectl create namespace kurator-system
helm install kurator-base out/charts/base-0.1.0.tgz -n kurator-system
helm install kurator-cluster-operator out/charts/cluster-operator-0.1.0.tgz -n kurator-system
helm install -f /root/capa-values.yaml -n kurator-system kurator-cluster-operator out/charts/cluster-operator-0.1.0.tgz

Cleanup

helm uninstall kurator-cluster-operator -n kurator-system 
helm uninstall kurator-base -n kurator-system
kubectl delete crd $(k get crds | grep cluster.x-k8s.io | awk '{print $1}')
kubectl delete ns kurator-system

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v2.0.0/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v2.0.0/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api/blob/v1.2.5/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api/blob/v1.2.5/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v1.5.1/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v1.5.1/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v1.5.1/main.go
code in the package copied from: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v1.5.1/main.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL