- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for equal (0.06 sec)
-
doc/go_spec.html
<p> Comparison operators compare two operands and yield an untyped boolean value. </p> <pre class="grammar"> == equal != not equal < less <= less or equal > greater >= greater or equal </pre> <p> In any comparison, the first operand must be <a href="#Assignability">assignable</a> to the type of the second operand, or vice versa.
Registered: 2025-05-27 11:13 - Last Modified: 2025-05-06 19:12 - 286.2K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
// +optional optional string key = 1; // Operator represents a key's relationship to the value. // Valid operators are Exists and Equal. Defaults to Equal. // Exists is equivalent to wildcard for value, so that a pod can // tolerate all taints of a particular category. // +optional optional string operator = 2;
Registered: 2025-05-28 22:53 - Last Modified: 2024-03-11 18:43 - 255.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
Extended resources cannot be overcommitted, so make sure that request and limit are equal if both are present in a container spec. - The default Bootstrap Token created with `kubeadm init` v1.8 expires and is deleted after 24 hours by default to limit the exposure of the
Registered: 2025-05-30 09:05 - Last Modified: 2024-02-20 15:45 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* `kubectl patch` now supports `--dry-run`. ([#60675](https://github.com/kubernetes/kubernetes/pull/60675), [@timoreimann](https://github.com/timoreimann)) * fix sorting taints in case the sorting keys are equal ([#61255](https://github.com/kubernetes/kubernetes/pull/61255), [@dixudx](https://github.com/dixudx))
Registered: 2025-05-30 09:05 - Last Modified: 2020-02-06 06:04 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
of pod completions is reached. Also, introduce the following validation rules for Job status when JobManagedBy is enabled: 1. the count of ready pods is less or equal than active 2. when transitioning to terminal phase for Job, the number of terminating pods is 0
Registered: 2025-05-30 09:05 - Last Modified: 2025-05-15 17:52 - 395.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- Fixed bug that kubelet resource metric `container_start_time_seconds` had timestamp equal to container start time. ([#120518](https://github.com/kubernetes/kubernetes/pull/120518), [@saschagrunert](https://github.com/saschagrunert)) [SIG Instrumentation, Node and Testing]
Registered: 2025-05-30 09:05 - Last Modified: 2025-03-12 00:36 - 429.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.21.md
- KUBECTL_EXTERNAL_DIFF now accepts equal sign for additional parameters. ([#98158](https://github.com/kubernetes/kubernetes/pull/98158), [@dougsland](https://github.com/dougsland)) [SIG CLI]
Registered: 2025-05-30 09:05 - Last Modified: 2022-10-14 07:03 - 367.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- Removed the incorrect warning event `FileSystemResizeFailed` during pod creation if it uses a readonly volume and the capacity of the volume is greater than or equal to its requested storage. ([#122508](https://github.com/kubernetes/kubernetes/pull/122508), [@carlory](https://github.com/carlory)) - Restored the `--verify-only` function in code generation wrappers.
Registered: 2025-05-30 09:05 - Last Modified: 2025-05-15 17:56 - 387.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- UDP and SCTP protocols can left stale connections that need to be cleared to avoid services disruption, but they can cause problems that are hard to debug. Kubernetes components using a loglevel greater or equal than 4 will log the conntrack operations and its output, to show the entries that were deleted. ([#95694](https://github.com/kubernetes/kubernetes/pull/95694), [@aojea](https://github.com/aojea)) [SIG Network]
Registered: 2025-05-30 09:05 - Last Modified: 2022-01-19 21:05 - 409K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
When `LimitedSwap` is enabled the swap limit would be automatically calculated for Burstable QoS pods. For Best-Effort/Guaranteed QoS pods, swap would be disabled. Containers with memory requests equal to their memory limits also won't have swap access, and it is a way to opt-out of swap for a single container. The formula for the swap limit for Burstable QoS pods is:
Registered: 2025-05-30 09:05 - Last Modified: 2024-10-23 20:13 - 456.9K bytes - Viewed (1)