Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 106 for addRows (0.12 sec)

  1. cmd/kubeadm/app/phases/upgrade/postupgrade.go

    	"k8s.io/klog/v2"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    	kubeadmconstants "k8s.io/kubernetes/cmd/kubeadm/app/constants"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/dns"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/proxy"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo"
    	nodebootstraptoken "k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/node"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. samples/cicd/skaffold/README.md

    - Site: [skaffold.dev](https://skaffold.dev/)
    
    ### TODO
    
    - Add build and test stage for images in istiod (pilot and proxy)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 17 12:12:08 UTC 2022
    - 1K bytes
    - Viewed (0)
  3. cluster/gce/manifests/kube-proxy.manifest

    # Please keep kube-proxy configuration in-sync with:
    # cluster/addons/kube-proxy/kube-proxy-ds.yaml
    apiVersion: v1
    kind: Pod
    metadata:
      name: kube-proxy
      namespace: kube-system
      labels:
        tier: node
        component: kube-proxy
    spec:
      priorityClassName: system-node-critical
      priority: 2000001000
      hostNetwork: true
      tolerations:
      - operator: "Exists"
        effect: "NoExecute"
      - operator: "Exists"
        effect: "NoSchedule"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 11:08:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. pkg/kubelet/config/config.go

    				} else if needGracefulDelete {
    					deletePods = append(deletePods, existing)
    				}
    				continue
    			}
    			recordFirstSeenTime(ref)
    			pods[ref.UID] = ref
    			addPods = append(addPods, ref)
    		}
    	}
    
    	update := change.(kubetypes.PodUpdate)
    	switch update.Op {
    	case kubetypes.ADD, kubetypes.UPDATE, kubetypes.DELETE:
    		if update.Op == kubetypes.ADD {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. tools/gen_istio_image_list.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script generates the list of images used by Istio on the control
    # plane, data plane as well as addons.We generate this list by looking
    # at the values.yaml file where the Helm charts are stored, as well as
    # reading the values of DOCKER_TARGETS rule in the istio-docker.mk file.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 04:04:35 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  6. cluster/addons/fluentd-gcp/event-exporter.yaml

          - name: prometheus-to-sd-exporter
            image: gke.gcr.io/prometheus-to-sd:v0.11.1-gke.1
            command:
              - /monitor
              - --stackdriver-prefix={{ prometheus_to_sd_prefix }}/addons
              - --api-override={{ prometheus_to_sd_endpoint }}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 13 18:40:41 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			Phase:  corev1.PodRunning,
    		},
    	}
    
    	controller, fx := NewFakeControllerWithOptions(t, FakeControllerOptions{})
    	addPods(t, controller, fx, inputPod)
    
    	output := controller.pods.getPodByKey(config.NamespacedName(expectPod))
    	// The final pod status conditions will be determined by the function addPods.
    	// So we assign these status conditions to expect pod.
    	expectPod.Status.Conditions = output.Status.Conditions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  8. samples/open-telemetry/loki/REAME.md

    ```bash
    istioctl install -f iop.yaml -y
    ```
    
    ## Setup Loki
    
    Run the following script to install `Loki`:
    
    ```bash
    kubectl apply -f ../../addons/loki.yaml -n istio-system
    ```
    
    ## Setup otel-collector service
    
    First, create an `otel-collector` backend with a simple configuration.
    
    ```bash
    kubectl apply -f otel.yaml -n istio-system
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  9. build/lib/release.sh

      fi
      cp "${KUBE_ROOT}/cluster/gce/gci/health-monitor.sh" "${dst_dir}/health-monitor.sh"
      # Merge GCE-specific addons with general purpose addons.
      for d in cluster/addons cluster/gce/addons; do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/phases/upgrade/node/controlplane.go

    			return errors.Wrap(err, "couldn't complete the static pod upgrade")
    		}
    
    		if err := upgrade.PerformAddonsUpgrade(client, cfg, data.PatchesDir(), data.OutputWriter()); err != nil {
    			return errors.Wrap(err, "failed to perform addons upgrade")
    		}
    
    		fmt.Println("[upgrade] The control plane instance for this node was successfully updated!")
    
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top