Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 210 for Commands (0.31 sec)

  1. cmd/kubeadm/app/preflight/checks.go

    		return err
    	}
    	return RunChecks(checks, os.Stderr, ignorePreflightErrors)
    }
    
    // addCommonChecks is a helper function to duplicate checks that are common between both the
    // kubeadm init and join commands
    func addCommonChecks(execer utilsexec.Interface, k8sVersion string, nodeReg *kubeadmapi.NodeRegistrationOptions, checks []Checker) []Checker {
    	containerRuntime := utilruntime.NewContainerRuntime(nodeReg.CRISocket)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. pkg/kube/inject/webhook.go

    	if holdPod {
    		proxyLocation = MoveFirst
    	}
    
    	// Proxy container should be last, unless HoldApplicationUntilProxyStarts is set
    	// This is to ensure `kubectl exec` and similar commands continue to default to the user's container
    	pod.Spec.Containers = modifyContainers(pod.Spec.Containers, ProxyContainerName, proxyLocation)
    
    	if hasContainer(pod.Spec.InitContainers, ProxyContainerName) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    // under the theory that most statement types we add in the future will
    // only apply in the main module, like exclude and replace,
    // and so we get better gradual deployments if old go commands
    // simply ignore those statements when found in go.mod files
    // in dependencies.
    func ParseLax(file string, data []byte, fix VersionFixer) (*File, error) {
    	return parseToFile(file, data, fix, false)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/ProcessInstrumentationInStaticGroovyIntegrationTest.groovy

            fromGroovyString() | "ProcessGroovyMethods.execute(command)"                                               | ""                | ""
            fromStringArray()  | "ProcessGroovyMethods.execute(command)"                                               | ""                | ""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/config.go

    	return cmd
    }
    
    // newCmdConfigPrint returns cobra.Command for "kubeadm config print" command
    func newCmdConfigPrint(out io.Writer) *cobra.Command {
    	cmd := &cobra.Command{
    		Use:   "print",
    		Short: "Print configuration",
    		Long: dedent.Dedent(`
    			This command prints configurations for subcommands provided.
    			For details, see: https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#section-directories`),
    		Run: cmdutil.SubCmdRun(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. src/syscall/zsyscall_aix_ppc64.go

    )
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func fcntl(fd int, cmd int, arg int) (val int, err error) {
    	r0, _, e1 := syscall6(uintptr(unsafe.Pointer(&libc_fcntl)), 3, uintptr(fd), uintptr(cmd), uintptr(arg), 0, 0, 0)
    	val = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperGenerationIntegrationTest.groovy

            when:
            run "wrapper", "--gradle-distribution-sha256-sum", "somehash"
    
            then:
            file("gradle/wrapper/gradle-wrapper.properties").text.contains("distributionSha256Sum=somehash")
        }
    
        def "generated wrapper scripts for given network timeout from command-line"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/ExternalProcessFixture.groovy

            return new ProcessApiPrintOutput("new ProcessBuilder(command).start()", "ProcessBuilder(*command).start()", "new ProcessBuilder(command).start()")
        }
    
        static PrintProcessOutput stringArrayExecute() {
            return new ProcessApiPrintOutput("command.execute()", "ProcessGroovyMethods.execute(command)", "ProcessGroovyMethods.execute(command)")
        }
    
        static PrintProcessOutput runtimeExec() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

                namespaces:
                - namespacesValue
                topologyKey: topologyKeyValue
          automountServiceAccountToken: true
          containers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
                  key: keyValue
                  name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml

              namespaces:
              - namespacesValue
              topologyKey: topologyKeyValue
        automountServiceAccountToken: true
        containers:
        - args:
          - argsValue
          command:
          - commandValue
          env:
          - name: nameValue
            value: valueValue
            valueFrom:
              configMapKeyRef:
                key: keyValue
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
Back to top