- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 299 for dir2 (0.05 sec)
-
CHANGELOG/CHANGELOG-1.11.md
* The dynamic Kubelet config feature is now beta, and the DynamicKubeletConfig feature gate is on by default. In order to use dynamic Kubelet config, ensure that the Kubelet's --dynamic-config-dir option is set. ([#64275](https://github.com/kubernetes/kubernetes/pull/64275), [@mtaufen](https://github.com/mtaufen))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Path to Java command. java.command.path=java # Path to Python command. python.command.path=python # Encoding for file paths. path.encoding=UTF-8 # Whether to use a dedicated temporary directory. use.own.tmp.dir=true # Maximum length of log output. max.log.output.length=4000 # Adaptive load control value. adaptive.load.control=50 # Supported JavaScript file extensions for upload. supported.uploaded.js.extentions=js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
cmd/iam-store.go
if err != nil { return nil, err } if store.getUsersSysType() == MinIOUsersSysType { groupsList := listedConfigItems[groupsListKey] for _, item := range groupsList { group := path.Dir(item) if err = iamOS.loadGroup(ctx, group, cache.iamGroupsMap); err != nil && !errors.Is(err, errNoSuchGroup) { return nil, fmt.Errorf("unable to load the group: %w", err) } groupSet.Add(group) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
### General ephemeral volumes
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
* Fix possible fd leak and closing of dirs when using openstack ([#82873](https://github.com/kubernetes/kubernetes/pull/82873), [@odinuge](https://github.com/odinuge))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
MOVQ R11, CR2 // 410f22d3 MOVQ DX, CR3 // 0f22da MOVQ R11, CR3 // 410f22db MOVQ DX, DR2 // 0f23d2 MOVQ R11, DR2 // 410f23d3 MOVQ DX, DR3 // 0f23da MOVQ R11, DR3 // 410f23db
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.24.md
- Kubelet: the following dockershim related flags are also removed along with dockershim `--experimental-dockershim-root-directory`, `--docker-endpoint`, `--image-pull-progress-deadline`, `--network-plugin`, `--cni-conf-dir`, `--cni-bin-dir`, `--cni-cache-dir`, `--network-plugin-mtu`. ([#106907](https://github.com/kubernetes/kubernetes/pull/106907), [@cyclinder](https://github.com/cyclinder))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'use.own.tmp.dir'. <br> * The value is, e.g. true <br> * comment: Whether to use a dedicated temporary directory. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getUseOwnTmpDir(); /** * Is the property for the key 'use.own.tmp.dir' true? <br> * The value is, e.g. true <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.20.md
- apiserver-advertise-address / apiserver-bind-port: use either localAPIEndpoint from InitConfiguration or controlPlaneEndpoint from ClusterConfiguration. - cluster-name: use clusterName from ClusterConfiguration - cert-dir: use certificatesDir from ClusterConfiguration ([#94879](https://github.com/kubernetes/kubernetes/pull/94879), [@knight42](https://github.com/knight42)) [SIG Cluster Lifecycle]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
* Fix possible fd leak and closing of dirs in doSafeMakeDir ([#79534](https://github.com/kubernetes/kubernetes/pull/79534), [@odinuge](https://github.com/odinuge))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0)