Skip to content
Discussion options

You must be logged in to vote

Answer found.

The issue was using cat <<EOF | kubectl apply -n kafka-cloud -f - ... EOF

I think it's because of $ in the username. EH needs this as the actual username for the connection. Once I made the above into a file between cat <<EOF and the last EOF it ran from the CLI without changing anything.

It worked.

kubectl apply -n kafka-cloud -f fileName.yaml

When working with EH use a file. Don't cat <<EOF it in.

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
12 replies
@scholzj
Comment options

@walkinverse
Comment options

@scholzj
Comment options

@walkinverse
Comment options

@scholzj
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by walkinverse
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