-
Notifications
You must be signed in to change notification settings - Fork 407
✨ Promote mounts to spec #3282
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
base: main
Are you sure you want to change the base?
✨ Promote mounts to spec #3282
Conversation
Skipping CI for Draft Pull Request. |
27700c4
to
2fb34bc
Compare
/test all |
2fb34bc
to
8503144
Compare
8503144
to
d230cb9
Compare
/test all |
/retest |
// using reference mount object. | ||
// | ||
// +optional | ||
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="mount is immutable" |
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.
is this enough to stop you from removing the field? I think we need something like line 153 (on the higher level) with has
.
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.
Added. Somehow, it fails to start when I add a filter to namespace
Do you have any idea why the omit empty
optional field fails to start?
Have not read all the controller changes. Have you changed it to not have the shadow logical cluster? I.e. a mount is a mount, always. There is not this hybrid state depending on readiness. |
Yes, basically "mounted" workspaces don't even create LogicalCluster object |
0e549a3
to
846b84c
Compare
/retest |
wsTypePath, found, err := unstructured.NestedString(obj.Object, "status", "type", "path") | ||
if !found || err != nil { | ||
return fmt.Errorf("unable to read .status.type.path, found %v, err: %w", found, err) | ||
if len(wss) != 1 { |
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 think we never should have more than 1 here. But need to double check.
73994f7
to
df4c082
Compare
/test all |
632d1f2
to
85f32bb
Compare
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.
Copilot reviewed 44 out of 44 changed files in this pull request and generated 1 comment.
Signed-off-by: Nabarun Pal <[email protected]>
Signed-off-by: Nabarun Pal <[email protected]>
…s changes Co-authored-by: Sanjit Mohanty <[email protected]> Signed-off-by: Nabarun Pal <[email protected]>
Signed-off-by: Nabarun Pal <[email protected]>
Signed-off-by: Nabarun Pal <[email protected]>
Signed-off-by: Nabarun Pal <[email protected]>
53b8302
to
15d8125
Compare
e4de5e3
to
d472ac1
Compare
d472ac1
to
95ac113
Compare
/retest |
/retest flake (#3371) |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Summary
Related issue(s)
Fixes #
Release Notes