You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which scenario did this bug occur?
Apache Kafka Basics -
Name the katacoda you were using
At what step of the scenario did this happen?
Step 3 of 4. Accessing the running Kafka broker pod
...
Support for remote container command execution is built into the oc CLI. Bash is one of the commands we can execute. To get an interactive terminal issue the following command:
In which scenario did this bug occur?
Apache Kafka Basics -
Name the katacoda you were using
At what step of the scenario did this happen?
Step 3 of 4. Accessing the running Kafka broker pod
...
Support for remote container command execution is built into the oc CLI. Bash is one of the commands we can execute. To get an interactive terminal issue the following command:
oc exec -it my-cluster-kafka-0 -- bash (THIS STEP)
You are now running a terminal into the Kafka broker container. Here you can execute the scripts available in the /bin directory.
Executing command "oc exec -it my-cluster-kafka-0 -- bash" fails with "error: unable to upgrade connection: Unauthorized"
Logs or error messages
error: unable to upgrade connection: Unauthorized
Paste in any error message you got
Screenshots
If applicable, add screenshots to help explain your problem
Additional context
Add any other context about the problem
The text was updated successfully, but these errors were encountered: