Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nodesMap (0.11 sec)

  1. hack/local-up-cluster.sh

        if [ "${FAIL_SWAP_ON}" == "false" ]; then
            echo "WARNING : The kubelet is configured to not fail even if swap is enabled; production deployments should disable swap unless testing NodeSwap feature."
        fi
    
        if [[ "${REUSE_CERTS}" != true ]]; then
            # clear previous dynamic certs
            sudo rm -fr "/var/lib/kubelet/pki" "${CERT_DIR}/kubelet-rotated.kubeconfig"
            # create new certs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. cmd/kubelet/app/server.go

    			return fmt.Errorf("topology manager policy options %v require feature gates %q enabled",
    				s.TopologyManagerPolicyOptions, features.TopologyManagerPolicyOptions)
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.NodeSwap) {
    			if !isCgroup2UnifiedMode() && s.MemorySwap.SwapBehavior == kubelettypes.LimitedSwap {
    				// This feature is not supported for cgroupv1 so we are failing early.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: improve the warning message about the NodeSwap check which kubeadm performs on preflight. ([#125157](https://github.com/kubernetes/kubernetes/pull/125157), [@carlory](https://github.com/carlory)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
Back to top