Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 798 for planets (0.15 sec)

  1. cmd/kubeadm/app/util/config/cluster_test.go

    					Data: map[string]string{},
    				},
    			},
    			expectedError: true,
    		},
    		{
    			name: "valid v1beta3 - new control plane == false", // InitConfiguration composed with data from different places, with also node specific information
    			staticPods: []testresources.FakeStaticPod{
    				{
    					NodeName:  nodeName,
    					Component: kubeadmconstants.KubeAPIServer,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/istio-extension-dashboard.json

      "graphTooltip": 0,
      "links": [],
      "liveNow": false,
      "panels": [
        {
          "collapsed": false,
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 0
          },
          "id": 3,
          "panels": [],
          "targets": [
            {
              "datasource": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.uplanet.alert",
    				"application/vnd.uplanet.alert-wbxml",
    				"application/vnd.uplanet.bearer-choice",
    				"application/vnd.uplanet.bearer-choice-wbxml",
    				"application/vnd.uplanet.cacheop",
    				"application/vnd.uplanet.cacheop-wbxml",
    				"application/vnd.uplanet.channel",
    				"application/vnd.uplanet.channel-wbxml",
    				"application/vnd.uplanet.list",
    				"application/vnd.uplanet.list-wbxml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. pilot/test/xdstest/extract.go

    	cluster "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	endpoint "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    	listener "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/apiclient/wait.go

    	}
    }
    
    // WaitForControlPlaneComponents waits for all control plane components to report "ok" on /healthz
    func (w *KubeWaiter) WaitForControlPlaneComponents(cfg *kubeadmapi.ClusterConfiguration) error {
    	fmt.Printf("[control-plane-check] Waiting for healthy control plane components."+
    		" This can take up to %v\n", w.timeout)
    
    	components := getControlPlaneComponents(cfg)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. BUGS-AND-FEATURE-REQUESTS.md

    # Bugs and Feature Requests
    
    You can report bugs and feature requests to the Istio team in one of three places:
    
    - [Product Bugs and Feature Requests](https://github.com/istio/istio/issues)
    - [Documentation Bugs and Feature Requests](https://github.com/istio/istio.io/issues)
    - [Community and Governance Issues](https://github.com/istio/community/issues)
    
    For security vulnerabilities, please don't report a bug (which is public) and instead follow
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 17 16:57:25 UTC 2019
    - 519 bytes
    - Viewed (0)
  7. pkg/version/cobra.go

    		cmd.Flags().BoolVar(&remote, "remote", false, "Use --remote=false to suppress control plane check")
    	}
    
    	return cmd
    }
    
    func coalesceVersions(remoteVersion *MeshInfo) *MeshInfo {
    	if identicalVersions(*remoteVersion) {
    		return &MeshInfo{
    			ServerInfo{
    				Component: "control plane",
    				Info:      (*remoteVersion)[0].Info,
    			},
    		}
    	}
    
    	return remoteVersion
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  8. Makefile

    # figure out all the tools you need in your environment to make that work.
    export BUILD_WITH_CONTAINER ?= 0
    
    ifeq ($(BUILD_WITH_CONTAINER),1)
    
    # An export free of arguments in a Makefile places all variables in the Makefile into the
    # environment. This is needed to allow overrides from Makefile.overrides.mk.
    export
    
    RUN = ./common/scripts/run.sh
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 11 18:29:15 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  9. tests/integration/pilot/istioctl_test.go

    			output, _ := istioCtl.InvokeOrFail(t, args)
    
    			// istioctl will return a single "control plane version" if all control plane versions match
    			controlPlaneRegex := regexp.MustCompile(`control plane version: [a-z0-9\-]*`)
    			if controlPlaneRegex.MatchString(output) {
    				return
    			}
    
    			t.Fatalf("Did not find control plane version: %v", output)
    		})
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
    	cmdutil "k8s.io/kubernetes/cmd/kubeadm/app/cmd/util"
    )
    
    var (
    	initDoneTempl = template.Must(template.New("init").Parse(dedent.Dedent(`
    		Your Kubernetes control-plane has initialized successfully!
    
    		To start using your cluster, you need to run the following as a regular user:
    
    		  mkdir -p $HOME/.kube
    		  sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top