Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SecretRef (1.34 sec)

  1. pkg/kubelet/kubelet_pods.go

    	failedPullSecrets := []string{}
    
    	for _, secretRef := range pod.Spec.ImagePullSecrets {
    		if len(secretRef.Name) == 0 {
    			// API validation permitted entries with empty names (https://issue.k8s.io/99454#issuecomment-787838112).
    			// Ignore to avoid unnecessary warnings.
    			continue
    		}
    		secret, err := kl.secretManager.GetSecret(pod.Namespace, secretRef.Name)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - `CSINodeExpandSecret` feature has been promoted to `GA` in this release and is enabled
      by default. The CSI drivers can make use of the `secretRef` values passed in `NodeExpansion`
      request optionally sent by the CSI Client from this release onwards. ([#121303](https://github.com/kubernetes/kubernetes/pull/121303), [@humblec](https://github.com/humblec))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top