Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use pkgs.k8s.io apt mirror (previous fails) #63

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

displague
Copy link
Member

@displague displague commented Mar 22, 2024

part of #62

With this change the K8s CPs successfully install packages during cloud-init:

/var/log/cloud-init-output.log:

...
[addons] Applied essential addon: CoreDNS
[addons] Applied essential addon: kube-proxy

Your Kubernetes control-plane has initialized successfully!

To start using your cluster, you need to run the following as a regular user:
...
root@k8s-cluster1-pool1-cp-1:/var/log# kubectl get nodes -o wide 
NAME                      STATUS     ROLES           AGE     VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION      CONTAINER-RUNTIME
k8s-cluster1-pool1-cp-1   NotReady   control-plane   5m56s   v1.27.5   147.28.197.41   <none>        Ubuntu 20.04.6 LTS   5.15.0-97-generic   containerd://1.6.28

@displague
Copy link
Member Author

The most recent CI timed-out - in that commit the worker was updated to use the new apt repos.
Without that change, the previous commit passed, a sign that #55 isn't too far away.

@dcallao dcallao requested a review from cprivitere May 13, 2024 10:22
@dcallao
Copy link
Contributor

dcallao commented May 13, 2024

@cprivitere Would take a look at this when you have bandwidth? This LGTM.

@dcallao dcallao requested review from dcallao and removed request for cprivitere May 17, 2024 05:25
@dcallao dcallao merged commit 4d6bf7e into main May 17, 2024
2 checks passed
@dcallao dcallao deleted the pkgs.k8s.io branch May 17, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants