mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

Issues from Slack Channel #5

Closed mmumshad closed 2 years ago

mmumshad commented 5 years ago

This issue is to track issues raised in the Slack Channel

mmumshad commented 5 years ago

:warning: BUG UPDATE: Hey guys! I know some of you have been facing issues with the lab. Very sorry about that. I checked with my backend team and have some updates. I was informed that it's platform wide issue with the lab platform I am using (katacoda). There seems to be an issue with http://socket.io|socket.io module that keeps kicking out sessions randomly. A fix/solution is being worked on, however it's going to take a few more days. I am promised a resolution by Monday. Please bear with me until then. Apologies for the inconvenience caused. Thank you for understanding. View in Slack

mmumshad commented 5 years ago

<@UDQHGHJQ0> good day! Issue with practice lab for cluster is not disconnecting, but now it throws errors after upgrading cluster View in Slack

mmumshad commented 5 years ago

<@UDQHGHJQ0> hi, is it possible to add Helm in the administrator course. View in Slack

mmumshad commented 5 years ago

Hi All, During the Challenge 1 from CKAD training I failed only with secret. I used: echo 'admin' | base64 with result: YWRtaW4K

But in your yaml file, Mumshad, I can see different value: YWRtaW4= And that is also 'admin': [vagrant@k8s01 ~]$ echo "YWRtaW4=" | base64 -d admin[vagrant@k8s01 ~]$

The question is: how it can happens that same word encoded to different values? View in Slack

mmumshad commented 5 years ago

<@UDQHGHJQ0> there is a section about initcontainer in the course ? View in Slack