It's better to be "behavior" (#7738)
* Correct spelling mistake The whole file only appeared once * Correct spell Correct the word "resource" spell. * Is "kube/.config" should be ".kube/config" It seems that the file is ".kube/config" * behaviour to behavior
This commit is contained in:
committed by
k8s-ci-robot
parent
ac2f75b05a
commit
d942390c63
@@ -373,7 +373,7 @@ users:
|
||||
refresh-token: q1bKLFOyUiosTfawzA93TzZIDzH2TNa2SMm0zEiPKTUwME6BkEo6Sql5yUWVBSWpKUGphaWpxSVAfekBOZbBhaEW+VlFUeVRGcluyVF5JT4+haZmPsluFoFu5XkpXk5BXq
|
||||
name: oidc
|
||||
```
|
||||
Once your `id_token` expires, `kubectl` will attempt to refresh your `id_token` using your `refresh_token` and `client_secret` storing the new values for the `refresh_token` and `id_token` in your `kube/.config`.
|
||||
Once your `id_token` expires, `kubectl` will attempt to refresh your `id_token` using your `refresh_token` and `client_secret` storing the new values for the `refresh_token` and `id_token` in your `.kube/config`.
|
||||
|
||||
|
||||
##### Option 2 - Use the `--token` Option
|
||||
|
||||
Reference in New Issue
Block a user