Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Machinery (0.13 sec)

  1. CHANGELOG/CHANGELOG-1.31.md

    - Component-base/logs: when compiled with Go >= 1.21, component-base will automatically configure the slog default logger together with initializing klog. ([#120696](https://github.com/kubernetes/kubernetes/pull/120696), [@pohly](https://github.com/pohly)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Network, Storage...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	if err != nil {
    		klog.ErrorS(err, "Get runtime version failed")
    		return nil, err
    	}
    
    	// Only matching kubeRuntimeAPIVersion is supported now
    	// TODO: Runtime API machinery is under discussion at https://github.com/kubernetes/kubernetes/issues/28642
    	if typedVersion.Version != kubeRuntimeAPIVersion {
    		klog.ErrorS(err, "This runtime api version is not supported",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  3. src/cmd/internal/testdir/testdir_test.go

    			// If we're not using special go command flags,
    			// skip all the go command machinery.
    			// This avoids any time the go command would
    			// spend checking whether, for example, the installed
    			// package runtime is up to date.
    			// Because we run lots of trivial test programs,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

        }
      }
    }
    
    # TODO(pjh): move the logging agent code below into a separate
    # module; it was put here temporarily to avoid disrupting the file layout in
    # the K8s release machinery.
    $LOGGINGAGENT_VERSION = '1.8.10'
    $LOGGINGAGENT_ROOT = 'C:\fluent-bit'
    $LOGGINGAGENT_SERVICE = 'fluent-bit'
    $LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'
    
    $LOGGINGEXPORTER_VERSION = 'v0.17.0'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top