kubebb/building-base

Run building base on Azure

Closed this issue · 1 comments

/assign @bjwswang

After deployed U4A-Component, the token in service account host-cluster-reader is empty

NOTES:
1. Get the  ServiceAccount token by running these commands:

  export TOKENNAME=$(kubectl get serviceaccount/host-cluster-reader -n u4a-system -o jsonpath='{.secrets[0].name}')
  kubectl get secret $TOKENNAME -n u4a-system -o jsonpath='{.data.token}' | base64 -d

@0xff-dev any thoughts?