Difference between revisions of "Helm upgrade --install"

From wikieduonline
Jump to navigation Jump to search
Line 34: Line 34:
 
   --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
 
   --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
 
   --wait # for the defaulting webhook to install before creating a Provisioner
 
   --wait # for the defaulting webhook to install before creating a Provisioner
 +
 +
== Related ==
 +
[[helm install]]
  
  

Revision as of 22:43, 31 October 2022

helm upgrade --help
helm upgrade --install
helm upgrade --timeout 600 --install
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace
helm upgrade --install metrics-server metrics-server/metrics-server
Release "metrics-server" does not exist. Installing it now.
NAME: metrics-server
LAST DEPLOYED: Thu Dec  2 18:27:09 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
***********************************************************************
* Metrics Server                                                      *
***********************************************************************
  Chart version: 3.7.0
  App version:   0.5.2
  Image tag:     k8s.gcr.io/metrics-server/metrics-server:v0.5.2
***********************************************************************
helm upgrade --install --namespace karpenter --create-namespace \
  karpenter karpenter/karpenter \
  --version v0.6.3 \
  --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \
  --set clusterName=${CLUSTER_NAME} \
  --set clusterEndpoint=${CLUSTER_ENDPOINT} \
  --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
  --wait # for the defaulting webhook to install before creating a Provisioner

Related

helm install


See also

Advertising: