mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Add support for ppc64le architecture.
This commit is contained in:
		@@ -153,8 +153,11 @@ kube::util::host_platform() {
 | 
			
		||||
    s390x*)
 | 
			
		||||
      host_arch=s390x
 | 
			
		||||
      ;;
 | 
			
		||||
    ppc64le*)
 | 
			
		||||
      host_arch=ppc64le
 | 
			
		||||
      ;;
 | 
			
		||||
    *)	
 | 
			
		||||
      kube::log::error "Unsupported host arch. Must be x86_64, 386, arm or s390x."
 | 
			
		||||
      kube::log::error "Unsupported host arch. Must be x86_64, 386, arm, s390x or ppc64le."
 | 
			
		||||
      exit 1
 | 
			
		||||
      ;;
 | 
			
		||||
  esac
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user