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

Refreshing the project #20

Merged
merged 31 commits into from
Oct 8, 2023
Merged

Refreshing the project #20

merged 31 commits into from
Oct 8, 2023

Conversation

olga-mir
Copy link
Owner

@olga-mir olga-mir commented Oct 6, 2023

Version updates

  • Fluxcd - 2.1.1
  • CAPI - 1.5.2
  • Cilium - TBD

still need to fix scripts/cleanup, but other than that should be working OOTB:

k8s-multi-cluster % ./scripts/report.sh  

===== cluster-mgmt-admin@cluster-mgmt =====

+ kubectl --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-mgmt-admin@cluster-mgmt get clusters -A
NAMESPACE      NAME           PHASE         AGE   VERSION
cluster-01     cluster-01     Provisioned   21m
cluster-mgmt   cluster-mgmt   Provisioned   18m
+ kubectl --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-mgmt-admin@cluster-mgmt get po -A
+ grep -E 'flux-system|cilium'
cilium                              cilium-4rp92                                                             1/1     Running   0          64m
cilium                              cilium-nkxcz                                                             1/1     Running   0          63m
cilium                              cilium-operator-69c6cbc77-njnd6                                          1/1     Running   0          64m
cilium                              cilium-operator-69c6cbc77-vq72t                                          1/1     Running   0          64m
cilium                              hubble-relay-69b687f7c9-bcmpw                                            1/1     Running   0          64m
cilium                              hubble-ui-5dc4d884b6-j7zf4                                               2/2     Running   0          64m
flux-system                         helm-controller-f6b96f788-pvwwk                                          1/1     Running   0          28m
flux-system                         kustomize-controller-5c4bf4459b-2tbzp                                    1/1     Running   0          28m
flux-system                         notification-controller-5646f6df46-cwdb8                                 1/1     Running   0          28m
flux-system                         source-controller-6c8cc88c95-wqp6r                                       1/1     Running   0          28m
+ flux get all -A --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-mgmt-admin@cluster-mgmt
NAMESPACE       NAME                            REVISION                SUSPENDED       READY   MESSAGE
flux-system     gitrepository/flux-system       develop@sha1:cf1b2578   False           True    stored artifact for revision 'develop@sha1:cf1b2578'

NAMESPACE       NAME                            REVISION                SUSPENDED       READY   MESSAGE
cluster-01      kustomization/flux-remote       develop@sha1:cf1b2578   False           True    Applied revision: develop@sha1:cf1b2578
flux-system     kustomization/caaph             develop@sha1:cf1b2578   False           True    Applied revision: develop@sha1:cf1b2578
flux-system     kustomization/caaph-cni         develop@sha1:cf1b2578   False           True    Applied revision: develop@sha1:cf1b2578
flux-system     kustomization/flux-system       develop@sha1:cf1b2578   False           True    Applied revision: develop@sha1:cf1b2578

+ set +x

===== cluster-01-admin@cluster-01 =====

+ kubectl --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-01-admin@cluster-01 get clusters -A
error: the server doesn't have a resource type "clusters"
+ kubectl --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-01-admin@cluster-01 get po -A
+ grep -E 'flux-system|cilium'
cilium        cilium-7zcfz                                                             1/1     Running   0          15m
cilium        cilium-npjdh                                                             1/1     Running   0          15m
cilium        cilium-operator-55f7df89d-dgn4v                                          1/1     Running   0          15m
cilium        cilium-operator-55f7df89d-wn556                                          1/1     Running   0          15m
cilium        hubble-relay-69b687f7c9-xpht4                                            1/1     Running   0          15m
cilium        hubble-ui-5dc4d884b6-t8c9z                                               2/2     Running   0          15m
flux-system   helm-controller-f6b96f788-tppxj                                          1/1     Running   0          15m
flux-system   kustomize-controller-5c4bf4459b-t4f4q                                    1/1     Running   0          15m
flux-system   notification-controller-5646f6df46-vp2cw                                 1/1     Running   0          15m
flux-system   source-controller-6c8cc88c95-ttm2f                                       1/1     Running   0          15m
+ flux get all -A --kubeconfig /Users/olga/repos/k8s-multi-cluster/.kubeconfig --context cluster-01-admin@cluster-01
+ set +x

@olga-mir
Copy link
Owner Author

olga-mir commented Oct 8, 2023

needs to rebuild CAAPH image, otherwise looks working e2e

@olga-mir olga-mir merged commit 9fd1691 into main Oct 8, 2023
@olga-mir olga-mir deleted the develop branch October 8, 2023 05:30
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.

1 participant