Skip to content

Commit

Permalink
Comment in start_localkube that its not used to create CI cluster (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Feb 22, 2023
1 parent cbe7070 commit c29b06c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/local_kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ check_or_get_dependencies() {
done
}

# This function is not used to create Kubernetes cluster in CI anymore. We are
# using `helm/kind-action@v1.4.0` instead in our github actions source file
# `.github/workflows/main.yaml` to create the cluster
start_localkube() {
if ! command -v kind
then
Expand Down

0 comments on commit c29b06c

Please sign in to comment.