- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 315 for delete (0.1 sec)
-
CHANGELOG-1.11.md
kubernetes/pull/63000), [@kawych](https://github.com/kawych)) L2322:* kubelets are no longer allowed to delete their own Node API object. Prior to 1.11, in rare circumstances related to cloudprovider node ID changes, kubelets would attempt to delete/recreate their Node object at startup. If a legacy kubelet encounters this situation, a cluster admin can remove the Node object: `kubectl delete node/<nodeName>` ([#62818](https://github.com/kubernetes/kubernetes/pull/62818), [@mikedanese](https://g...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 06 06:04:15 UTC 2020 328.4K bytes -
fess_label_ko.properties
L920:labels.dict_stemmeroverride_title=Stemmer Override List L921:labels.dict_stemmeroverride_list_link=List L922:labels.dict_stemmeroverride_link_create=Create New L923:labels.dict_stemmeroverride_link_edit=Edit L924:labels.dict_stemmeroverride_link_delete=Delete L925:labels.dict_stemmeroverride_link_details=Details L926:labels.dict_stemmeroverride_link_download=Download L927:labels.dict_stemmeroverride_link_upload=Upload L928:labels.dict_stemmeroverride_source=Source L929:labels.dict_stemmeroverride_target=Target...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 44K bytes -
CHANGELOG-1.8.md
The default Bootstrap Token created with `kubeadm init` v1.8 expires L1651: and is deleted after 24 hours by default to limit the exposure of the L1652: valuable credential. You can create a new Bootstrap Token with L1653: `kubeadm token create` or make the default token permanently valid by specifying L1654: `--token-ttl 0` to `kubeadm init`. The default token can later be deleted with L1655: `kubeadm token delete`. L1656: L1657: - `kubeadm join` now delegates TLS Bootstrapping to the kubelet itself,...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Feb 20 15:45:02 UTC 2024 312.2K bytes -
CHANGELOG-1.7.md
reset errors on GET requests from client library. ([#58520](https://github.com/kubernetes/kubernetes/pull/58520), [@porridge](https://github.com/porridge)) L504:* Fixes an issue where the resourceVersion of an object in a DELETE watch event was not the resourceVersion of the delete itself, but of the last update to the object. This could disrupt the ability of clients clients to re-establish watches properly. ([#58547](https://github.com/kubernetes/kubernetes/pull/58547), [@liggitt](https://github.com/liggitt))...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 308.7K bytes -
CHANGELOG-1.12.md
current context, such as the current namespace, by passing `--current` instead of a specific context name ([#66140](https://github.com/kubernetes/kubernetes/pull/66140), [@liggitt](https://github.com/liggitt)) L1286:- "kubectl delete" no longer waits for dependent objects to be deleted when removing parent resources ([#65908](https://github.com/kubernetes/kubernetes/pull/65908), [@juanvallejo](https://github.com/juanvallejo)) L1287:- A new flag, `--keepalive`, has been introduced, for kubectl proxy to allow...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 06 06:04:15 UTC 2020 293.8K bytes -
CHANGELOG-1.22.md
inline volume namespace issue in csi migration translation ([#101235](https://github.com/kubernetes/kubernetes/pull/101235), [@andyzhangx](https://github.com/andyzhangx)) [SIG Apps, Cloud Provider, Node and Storage] L4009:- Fix: not delete existing pip when service is deleted ([#100694](https://github.com/kubernetes/kubernetes/pull/100694), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider] L4010:- Fix: set "host is down" as corrupted mount ([#101398](https://github.com/kubernetes/kubernetes/pull/101398),...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Dec 13 12:43:45 UTC 2022 454.1K bytes -
CHANGELOG-1.32.md
unrelated changes that keep pods unschedulable. ([#127473](https://github.com/kubernetes/kubernetes/pull/127473), [@dom4ha](https://github.com/dom4ha)) [SIG Scheduling and Testing] L558:- Improve performance of the job controller when handling job delete events. ([#127378](https://github.com/kubernetes/kubernetes/pull/127378), [@hakuna-matatah](https://github.com/hakuna-matatah)) [SIG Apps] L559:- Improve performance of the job controller when handling job update events. ([#127228](https://github...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Oct 29 20:17:52 UTC 2024 121.6K bytes -
CHANGELOG-1.3.md
ThirdPartyResource L396: L397:If you use ThirdPartyResource objects, they have moved from being namespaced-scoped to be cluster-scoped. Before upgrading to 1.3.0, export and delete any existing ThirdPartyResource objects using a 1.2.x client: L398: L399:kubectl get thirdpartyresource --all-namespaces -o yaml > tprs.yaml L400:kubectl delete -f tprs.yaml L401: L402:After upgrading to 1.3.0, re-register the third party resource objects at the root scope (using a 1.3 server and client): L403: L404:kubectl create...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Dec 24 02:28:26 UTC 2020 84K bytes -
SystemHelperTest.java
".properties"); L51: propFile.deleteOnExit(); L52: FileUtil.writeBytes(propFile.getAbsolutePath(), "fess.version=98.76.5".getBytes()); L53: final File desginJspRootFile = File.createTempFile("jsp", ""); L54: desginJspRootFile.delete(); L55: desginJspRootFile.deleteOnExit(); L56: systemHelper = new SystemHelper() { L57: @Override L58: protected void parseProjectProperties(final Path propPath) { L59: super.parseProjectProperti...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.5K bytes -
CHANGELOG-1.15.md
to be the end to end latency of volume provisioning/deletion. Existing metric "storage_operation_duration_seconds" will remain untouched, however it is exposed to the following potential issues: L1188: 1. For volumes provisioned/deleted via external provisioner/deleter, `storage_operation_duration_seconds` will NOT wait for the external operation to be done before reporting latency metric (effectively close to 0). This will be fixed by using `volume_operation_total_seconds` instead L1189: 2. if...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 278.9K bytes