Skip to content

Commit

Permalink
Remove --enable-basic-auth from the development guide
Browse files Browse the repository at this point in the history
Today, the development guide uses basic auth and causes errors during set up

Basic authentication is deprecated and has been removed in 1.19 and later

Given that we require 1.20, we need to remove this flag in development guide

Reference: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
  • Loading branch information
jerop authored and tekton-robot committed Jan 10, 2022
1 parent 6f72b97 commit f7f1579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ The recommended minimum development configuration is:
--min-nodes=1 \
--max-nodes=3 \
--scopes=cloud-platform \
--enable-basic-auth \
--no-issue-client-certificate \
--project=$PROJECT_ID \
--region=us-central1 \
Expand Down

0 comments on commit f7f1579

Please sign in to comment.