Welcome to the Linux Foundation Forum!

Lab 3.2. Configure a Local Repository

I cannot pull the local repo from worker node. I'm using aws ec2, they are same vpc and subnet. Has anyone experienced anything similar with the lab

Comments

  • chrispokorni
    chrispokorni Posts: 2,603

    Hi @debelistic,

    On AWS EC2 infra, the SG configuration is also important. Ideally all EC2 instances placed in the same SG. If you have distinct SGs, then they need to be paired to allow all necessary traffic inbound to the EC2.

    Then ensure that the local repo script is also executed on the worker node. Do not run it multiple times on the same node as it will cause more issues down the line. The script will append configuration entries to /etc/containerd/config.toml. The last 3 entries should not be duplicated. Reload and restart containerd service if needed.

    Regards,
    -Chris

  • debelistic
    debelistic Posts: 2

    Thank you so much @chrispokorni, applying the same sg to the instances resolved it.

Categories

Upcoming Training