- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for Howard (0.13 seconds)
-
CHANGELOG/CHANGELOG-1.33.md
- Added a new CLI flag `--emulation-forward-compatible` Added a new CLI `--runtime-config-emulation-forward-compatible` ([#130354](https://github.com/kubernetes/kubernetes/pull/130354), [@siyuanfoundation](https://github.com/siyuanfoundation)) [SIG API Machinery, Etcd and Testing]
Created: 2026-04-03 09:05 - Last Modified: 2026-03-19 03:17 - 369K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.31.md
- Added namespace autocompletion for `kubectl config set-context` command. ([#124994](https://github.com/kubernetes/kubernetes/pull/124994), [@TessaIO](https://github.com/TessaIO)) [SIG CLI] - Added ports autocompletion for kubectl port-foward command. ([#124683](https://github.com/kubernetes/kubernetes/pull/124683), [@TessaIO](https://github.com/TessaIO)) [SIG CLI]
Created: 2026-04-03 09:05 - Last Modified: 2025-11-12 11:33 - 451.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
- Reset streams when an error happens during port-forward allowing kubectl to maintain port-forward connection open. ([#128318](https://github.com/kubernetes/kubernetes/pull/128318), [@soltysh](https://github.com/soltysh)) [SIG API Machinery, CLI and Node]
Created: 2026-04-03 09:05 - Last Modified: 2026-02-26 23:58 - 470.5K bytes - Click Count (0) -
doc/go_spec.html
<code>q = x / y</code> and remainder <code>r = x % y</code> satisfy the following relationships: </p> <pre> x = q*y + r and |r| < |y| </pre> <p> with <code>x / y</code> truncated towards zero (<a href="https://en.wikipedia.org/wiki/Modulo_operation">"truncated division"</a>). </p> <pre> x y x / y x % y 5 3 1 2 -5 3 -1 -2
Created: 2026-04-07 11:13 - Last Modified: 2026-04-01 23:39 - 287.8K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.34.md
If you maintain controllers that previously relied on matchLabelKeys (for instance, to simulate scheduling), you likely no longer need to handle matchLabelKeys directly. Instead, you can just rely on the labelSelector field going forward. Additionally, a new feature gate `MatchLabelKeysInPodTopologySpreadSelectorMerge`, which is enabled by default, has been
Created: 2026-04-03 09:05 - Last Modified: 2026-03-19 03:19 - 368.7K bytes - Click Count (2)