0 votes
in Weaveworks by

Command used to view flux public SSH key

Select the correct answer from below

a) kubectl get identity.pub

b) kubectl logs deployment/flux | grep identity.pub | cut -d ‘”‘ -f2

c) ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub

d) none of the mentioned

1 Answer

0 votes
by

b) kubectl logs deployment/flux | grep identity.pub | cut -d ‘”‘ -f2

Related questions

0 votes
0 votes
asked Aug 11, 2021 in Redux by rajeshsharma
0 votes
asked Nov 9, 2022 in Weaveworks by Robindeniel
0 votes
asked Nov 26, 2019 in ReactJS by AdilsonLima
...