Lightning labs 1 CKAD

Hi All,

I did the first lightning lab. All the boxes went green . When I change the current context to Martin, then I get a failure on pod icon and there is only 1 issue that gets highlighted

pod: ‘jekyll’ has an initContainer, name: ‘copy-jekyll-site’, image: ‘Google Cloud console

I am adding below my solution.

The change that I made to the config file for context change is

  • context:
    cluster: kubernetes
    user: martin
    name: developer
    current-context: developer
    #current-context: kubernetes-admin@kubernetes

I’m guessing that you are NOT doing the CKAD LL #1, but instead doing the Kubernetes Challenge #1, yes? Because that better describes the problem you’re having :wink:

I’m not sure I understand you when you say:

When I change the current context to Martin, then I get a failure on pod icon and there is only 1 issue that gets highlighted

You may want to compare your solution to the one in the k8s challenge repository, to make sure that you’re doing what’s actually asked.