Skip to content

Commit

Permalink
Update content/en/blog/_posts/2022-10-18-kubernetes-1.26-deprecations…
Browse files Browse the repository at this point in the history
…-and-removals.md

Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
fsmunoz and sftim authored Nov 17, 2022
1 parent a3007d3 commit 5611dc3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ Dynamic kubelet configuration was removed from the kubelet in v1.24, and will be

### Deprecations of `kube-apiserver` flag

The `master-service-namespace` flag was [already deprecated](https://github.com/kubernetes/kubernetes/pull/112797) and doesn't have any effect, so we do not expect any impact from this deprecation. It will nonetheless be explicitly marked as deprecated in v1.26, preparing the removal in a future release.
The `--master-service-namespace` command line argument to the kube-apiserver doesn't have
any effect, and was already informally [deprecated](https://github.com/kubernetes/kubernetes/pull/38186).
That command line argument wil be formally marked as deprecated in v1.26, preparing for its
removal in a future release.
The Kubernetes project does not expect any impact from this deprecation and removal.

### Deprecation of several unused `kubectl run` flags

Expand Down

0 comments on commit 5611dc3

Please sign in to comment.