This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) kubectl create namespace another-ns | |
# deploy eventbus in another-ns | |
2) kubectl --namespace another-ns apply \ | |
--filename https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/eventbus/native.yaml | |
#create SA in another-ns | |
3) cat <<EOF | kubectl apply --filename - | |
apiVersion: v1 | |
kind: ServiceAccount |