Merge pull request #1385 from jonasdlindner/master

Fix Typo in examples/remote_cluster.py
This commit is contained in:
Kubernetes Prow Robot 2021-03-02 09:15:19 -08:00 committed by GitHub
commit f17076f0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ from kubernetes import client, config
def main():
# Define the barer token we are going to use to authenticate.
# Define the bearer token we are going to use to authenticate.
# See here to create the token:
# https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
aToken = "<token>"