mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	typo
This commit is contained in:
		| @@ -1421,7 +1421,7 @@ func (kl *Kubelet) Run(updates <-chan kubetypes.PodUpdate) { | |||||||
|  |  | ||||||
| 	if err := kl.initializeModules(); err != nil { | 	if err := kl.initializeModules(); err != nil { | ||||||
| 		kl.recorder.Eventf(kl.nodeRef, v1.EventTypeWarning, events.KubeletSetupFailed, err.Error()) | 		kl.recorder.Eventf(kl.nodeRef, v1.EventTypeWarning, events.KubeletSetupFailed, err.Error()) | ||||||
| 		klog.ErrorS(err, "failed to intialize internal modules") | 		klog.ErrorS(err, "failed to initialize internal modules") | ||||||
| 		os.Exit(1) | 		os.Exit(1) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
| @@ -36,7 +36,7 @@ ENV LOCALAPPDATA="C:\Users\ContainerAdministrator\AppData\Local" \ | |||||||
| USER ContainerAdministrator | USER ContainerAdministrator | ||||||
| RUN setx /M PATH "C:\Powershell\;%PATH%" | RUN setx /M PATH "C:\Powershell\;%PATH%" | ||||||
|  |  | ||||||
| # intialize powershell module cache | # initialize powershell module cache | ||||||
| RUN powershell \ | RUN powershell \ | ||||||
|         -NoLogo \ |         -NoLogo \ | ||||||
|         -NoProfile \ |         -NoProfile \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user