-
Notifications
You must be signed in to change notification settings - Fork 3
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
🌱 TMC is live! #2
Conversation
Before we open this to the world I would like to get e2e running as currently they are failing. But failures looks like more of the migration, not code. |
I have tried to run locally and the syncer is able to connect to kcp and to update the status.
It is possible that I am simply missing a step. There are a few minor things in Makefile:
I will try to look at the code changes when time allows. |
I think it created default placement, and if there are no default location (no synctarget present) it will fail. This is what I found in the code before, and didn't changed. Did you had synctarget in the test-sync workspace? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few shallow comments. I will do a bit more testing
# Build CLI binaries | ||
|
||
make build | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubectl-tmc and kubectl-workload need to be copied to the kubectl directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added it into readme to add to the path or copy. The path is secured on most distros, so this would require higher privileges :/
Log forwarding is not working but that's something we can look at later on:
|
I am still facing this issue. I will try to troubleshoot it tomorrow |
Yes! Now I remember:
Will create an issue to follow-up with it |
Add APIResources & nits
Currently, it works for basic deploy container to pcluster. I think we need to merge this, and start working on VW implementation where we would be deploying ontop of KCP fully. As feel like we just need rip the cord and move on with this. |
In this PR:
tmc
workspaceType for TMC specificImportant:
Unit tests should fail. Need to fix before merging