Commit 6817c75
committed
fix authentication issue during setup
```
W0803 01:46:29.410530 53470 update_cluster.go:350] Exported kubeconfig with no user authentication; use --admin, --user or --auth-plugin flags with `kops export kubeconfig`
[…]
W0803 01:54:07.680800 53632 validate_cluster.go:184] (will retry): unexpected error during validation: error listing nodes: Unauthorized
```
Solution based on:
testground#671 parent 5c5ddba commit 6817c75
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments