- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for deflated (0.2 sec)
-
pkg/proxy/iptables/proxier_test.go
t.Errorf("expected service map length 1, got %v", fp.svcPortMap) } // All services but one were deleted. While you'd expect only the ClusterIPs // from the three deleted services here, we still have the ClusterIP for // the not-deleted service, because one of it's ServicePorts was deleted. expectedStaleUDPServices := []string{"172.30.55.10", "172.30.55.4", "172.30.55.11", "172.30.55.12"}
Registered: 2024-06-15 01:39 - Last Modified: 2024-05-21 14:39 - 249.9K bytes - Viewed (1) -
api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json
} ],
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-08 04:18 - 324.8K bytes - Viewed (0) -
api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json
} ],
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-08 04:18 - 388.1K bytes - Viewed (0) -
doc/go_spec.html
Every identifier in a program must be declared. No identifier may be declared twice in the same block, and no identifier may be declared in both the file and package block. </p> <p> The <a href="#Blank_identifier">blank identifier</a> may be used like any other identifier in a declaration, but it does not introduce a binding and thus is not declared.
Registered: 2024-06-12 16:32 - Last Modified: 2024-06-04 21:07 - 281.5K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.13.md
- NodeLifecycleController: When node lease feature is enabled, node lease will be deleted when the corresponding node is deleted. ([#70034](https://github.com/kubernetes/kubernetes/pull/70034), [@wangzhen127](https://github.com/wangzhen127))
Registered: 2024-06-15 01:39 - Last Modified: 2022-05-05 13:44 - 273.1K bytes - Viewed (0) -
api/openapi-spec/v3/apis__batch__v1_openapi.json
Registered: 2024-06-15 01:39 - Last Modified: 2024-06-05 18:37 - 485.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
### Garbage Collector
Registered: 2024-06-15 01:39 - Last Modified: 2020-12-24 02:28 - 304K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
- 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 valuable credential. You can create a new Bootstrap Token with `kubeadm token create` or make the default token permanently valid by specifying `--token-ttl 0` to `kubeadm init`. The default token can later be deleted with `kubeadm token delete`.
Registered: 2024-06-15 01:39 - Last Modified: 2024-02-20 15:45 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Scheduler only activates unschedulable pods if node's scheduling related properties change. ([#71551](https://github.com/kubernetes/kubernetes/pull/71551), [@mlmhl](https://github.com/mlmhl)) * Disable proxy to loopback and linklocal ([#71980](https://github.com/kubernetes/kubernetes/pull/71980), [@micahhausler](https://github.com/micahhausler))
Registered: 2024-06-15 01:39 - Last Modified: 2020-02-06 06:04 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- Sometimes, the scheduler incorrectly placed a pod in the "unschedulable" queue instead of the "backoff" queue. This happened when some plugin previously declared the pod as "unschedulable" and then in a later attempt encounters some other error. Scheduling of that pod then got delayed by up to five minutes, after which periodic flushing moved the pod back into the "active" queue. ([#120334](https://github.com/kubernetes/kubernetes/pull/120334), [@pohly](https://github.com/pohly))...
Registered: 2024-06-15 01:39 - Last Modified: 2024-06-11 23:47 - 408.3K bytes - Viewed (1)