Cloud Global

Cloud Global

Our mission is to provide clients with an online user community of industry peers and IBM experts, to exchange tips and tricks, best practices, and product knowledge. We hope the information you find here helps you maximize the value of your IBM Cloud solutions.

 View Only
  • 1.  Kubernetes on IBM cloud

    Posted Mon November 09, 2020 03:13 AM

    I have IBM cloud which has Kubernetes installed and also have IBM cloud container repository.

    I have to create pod will below yaml file but ending with error.

    =====================
    apiVersion: v1
    kind: Pod
    metadata:
    name: mypod
    spec:
    containers:
    - name: mypod
    image: us.icr.io/think-tank-lab/think-tank-lab_dev/aranist:latest
    imagePullSecrets:
    - name: registry-secret



    ------------------------------
    Lissa Coffeey
    Cyber Security Expert - Security Manager
    WP Hacked Help
    ------------------------------


  • 2.  RE: Kubernetes on IBM cloud

    Posted Mon November 09, 2020 10:45 AM
    Hi, 

    be sure the indenting of your yaml file is correct

    please can you share the output of these commands

    kubectl get events --all-namespaces | grep -i mypod


    also 

    kubectl get pod | grep -i mypod

    Thanks

    Michele



    ------------------------------
    Michele Buccarello
    ------------------------------