Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for isShutdown (0.17 sec)

  1. pkg/kubelet/kubelet_test.go

    	kubelet.evictionManager = evictionManager
    	kubelet.admitHandlers.AddPodAdmitHandler(evictionAdmitHandler)
    
    	// setup shutdown manager
    	shutdownManager, shutdownAdmitHandler := nodeshutdown.NewManager(&nodeshutdown.Config{
    		Logger:                          logger,
    		ProbeManager:                    kubelet.probeManager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

      the change pods which use RestartPolicy=Always may end up in the Succeeded phase in two scenarios: pod 
      deletion and graceful node shutdown. ([#115331](https://github.com/kubernetes/kubernetes/pull/115331), [@mimowo](https://github.com/mimowo)) [SIG Cloud Provider, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods.go

    		// copy over the pod disruption conditions from state which is already
    		// updated during the eviciton (due to either node resource pressure or
    		// node graceful shutdown). We do not re-generate the conditions based
    		// on the container statuses as they are added based on one-time events.
    		cType := v1.DisruptionTarget
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - Moved `non-graceful node` shutdown to GA. ([#118228](https://github.com/kubernetes/kubernetes/pull/118228), [@carlory](https://github.com/carlory))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

        # Mount /var/lib/kubelet/pki on a tmpfs so it doesn't persist across
        # reboots. This can help avoid some rare instances of corrupt cert files
        # (e.g. created but not written during a shutdown). Kubelet crash-loops
        # in these cases. Do this after above mount calls so it isn't overwritten.
        echo "Mounting /var/lib/kubelet/pki on tmpfs"
        mount -t tmpfs tmpfs /var/lib/kubelet/pki
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.process.internal.health.memory.OsMemoryStatusSnapshot> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (OsMemoryStatusSnapshot.java:0)
    Class <org.gradle.process.internal.shutdown.ShutdownHooks> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ShutdownHooks.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top