Skip to content

Autenticathion issue #582

Answered by wzshiming
valots12 asked this question in Q&A
May 9, 2023 · 4 comments · 33 replies
Discussion options

You must be logged in to vote

Follow the steps below and I guess it should be what you want

Set up cluster

wget https://github.com/kubernetes-sigs/kwok/raw/main/stages/pod-fast.yaml
sed 's/Job/Workflow/g' pod-fast.yaml > workflow-fast.yaml
kwokctl create cluster --runtime kind -c workflow-fast.yaml

Deploy argo

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.4.8/install.yaml
kubectl patch deploy argo-server -n argo --type=json -p='[{"op":"add","path":"/spec/template/spec/nodeName","value":"kwok-kwok-control-plane"}]'
kubectl patch deploy workflow-controller -n argo --type=json -p='[{"op":"add","path":"/spec/template/spec/nodeName","value":"kwok-kwok…

Replies: 4 comments 33 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wzshiming
Comment options

Comment options

You must be logged in to vote
22 replies
@wzshiming
Comment options

@valots12
Comment options

@wzshiming
Comment options

@valots12
Comment options

@valots12
Comment options

Comment options

You must be logged in to vote
10 replies
@valots12
Comment options

@wzshiming
Comment options

@valots12
Comment options

@valots12
Comment options

@wzshiming
Comment options

Answer selected by wzshiming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants