Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 320 Bytes

step2.md

File metadata and controls

18 lines (17 loc) · 320 Bytes

Provision Flux

  1. Install Flux cli
curl -s https://toolkit.fluxcd.io/install.sh | bash -s $PWD
  1. Install Flux controllers on k8s cluster
./flux install
  1. Verify flux pods in ready state
kubectl get pod -n flux-system
  1. Observe flux custom resources
kubectl get crds -A