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

Add initial vcluster support #22

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Add initial vcluster support #22

merged 1 commit into from
Dec 9, 2024

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Aug 6, 2024

This will help with developing for splitted clusters, where crossplane and the services are not on the same clusters.

@TheBigLee TheBigLee force-pushed the add/vcluster branch 5 times, most recently from 8bc4057 to 7820a58 Compare November 12, 2024 12:07
@Kidswiss Kidswiss force-pushed the add/vcluster branch 4 times, most recently from 2b5ff22 to 1cd1dc9 Compare December 4, 2024 12:26
@Kidswiss Kidswiss requested review from a team, TheBigLee, wejdross and zugao and removed request for a team December 4, 2024 12:26
Copy link
Member

@wejdross wejdross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some changes from my side, also

deployment.apps/cert-manager condition met
kubectl -n cert-manager wait --for condition=Available deployment/cert-manager-webhook --timeout 120s
deployment.apps/cert-manager-webhook condition met
make[1]: Leaving directory '/home/wejdross/vshn/shedar/kindev'
13:54:29 fatal current selected context "" is not a virtual cluster context. If you've used a custom context name you will need to switch manually using kubectl
make: *** [Makefile:88: /home/wejdross/vshn/shedar/kindev/.kind/certmanager-sentinel] Error 1

setup using command: make vshnall -e vcluster=true fails

argocd/controlplanesecret.yaml Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
This will help with developing for splitted clusters, where crossplane
and the services are not on the same clusters.
@Kidswiss
Copy link
Contributor Author

Kidswiss commented Dec 5, 2024

some changes from my side, also

deployment.apps/cert-manager condition met
kubectl -n cert-manager wait --for condition=Available deployment/cert-manager-webhook --timeout 120s
deployment.apps/cert-manager-webhook condition met
make[1]: Leaving directory '/home/wejdross/vshn/shedar/kindev'
13:54:29 fatal current selected context "" is not a virtual cluster context. If you've used a custom context name you will need to switch manually using kubectl
make: *** [Makefile:88: /home/wejdross/vshn/shedar/kindev/.kind/certmanager-sentinel] Error 1

setup using command: make vshnall -e vcluster=true fails

The problem was with an incompatible helm release.


wejdross: Helm was OK, vcluster version checker was problematic :D

@Kidswiss Kidswiss merged commit 862548c into master Dec 9, 2024
2 checks passed
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.

3 participants