Commit 0792567
committed
docs(v1): align migration guide with shipped k8s behavior and v1 deprecation policy
The overview claimed GetKubernetesClientFromOptionsContextE returns the load
error on kubeconfig failure, but the shipped code at modules/k8s/client.go:75-85
still falls back to in-cluster auth (now logged instead of silent). Reword to
match what actually shipped, and clarify the InClusterAuth opt-in.
The azure migration guide said deprecated aliases stay "for one minor release",
which contradicts the README and overview commitment to keep them for the entire
v1 line. Aligned to the v1 line.
OSS-3453.1 parent 7518994 commit 0792567
2 files changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
0 commit comments