- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for containerHas (0.12 sec)
-
CHANGELOG/CHANGELOG-1.4.md
* In 1.4, either that key or this key: `pods.beta.kubernetes.io/init-containers`,can be used. * When you GET an object, you will see both annotation keys with the same values. You can safely roll back from 1.4 to 1.3, and things with init-containers will still work (pods, deployments, etc).
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- Change OOM score adjustment calculation for sidecar container : the OOM adjustment for these containers will match or fall below the OOM score adjustment of regular containers in the Pod. ([#128029](https://github.com/kubernetes/kubernetes/pull/128029), [@bouaouda-achraf](https://github.com/bouaouda-achraf)) [SIG Node]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 29 20:17:52 UTC 2024 - 121.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* - gcr.io/google-containers/cluster-proportional-autoscaler-amd64 * - gcr.io/google-containers/dnsmasq-metrics-amd64 * - gcr.io/google-containers/etcd-empty-dir-cleanup * - gcr.io/google-containers/kube-addon-manager * - gcr.io/google-containers/kube-dnsmasq-amd64
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
cmd/admin-handlers.go
if objectAPI == nil { return } if globalInplaceUpdateDisabled || currentReleaseTime.IsZero() { // if MINIO_UPDATE=off - inplace update is disabled, mostly in containers. writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrMethodNotAllowed), r.URL) return } vars := mux.Vars(r) updateURL := vars["updateURL"] mode := getMinioMode() if updateURL == "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 04 11:32:32 UTC 2024 - 99.7K bytes - Viewed (0)