-
Notifications
You must be signed in to change notification settings - Fork 61
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
Updating deployment.yaml doesn't reflect into openshift #4472
Comments
@datho7561 can you please look into this ? |
We don't currently support this. The feature of loading the YAML for a resource on the cluster is intended to be read-only. However, I think it's a good idea to apply the changes to the cluster when the document is saved. @adietish how does intellij-kubernetes handle this? If I recall correctly, when the user saves the document, there used to be a pop up that asked if they wanted to apply the changes, but you changed it at some point? I can't seem to get intellij-kubernetes running on my computer right now. |
yes, intellij-kubernetes notifies the user that the changes in the editor are not present in the resource that exists on the cluster. You can then "push" it to the cluster. Some users find this notification distracting though. |
Type: Bug
Describe the bug
Since Auto Deploy is not happening, I was copying the image id and putting it into deplyment yaml to get the app refreshed. Performing the same in through code, isn't working.
Expected Behavior
Saving the deployment yaml file should be reflected into the OpenShift deployment. And a new pod should be created (terminating existing)
Current Behavior
It doesn't reflect change made into OpenShift, although it shows save. Upon relaod it brings the older file from server
Steps to Reproduce
Environment
OpenShift
VSCode Extension
Extension version: 1.16.0
VS Code version: Code 1.93.0 (Universal) (4849ca9bdf9666755eb463db297b69e5385090e3, 2024-09-04T13:02:38.431Z)
OS version: Darwin arm64 23.6.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
The text was updated successfully, but these errors were encountered: