Created attachment 1359958 [details] oc set volumes with loglevel=8 Description of problem: oc set volumes daemonset/logging-forward-fluentd --remove \ --name=filebufferstorage gives error: daemonsets/logging-forward-fluentd no kind "DaemonSet" is registered for version "apps/v1beta1" Version-Release number of selected component (if applicable): $ oc version oc v3.8.0-alpha.0+fe4f498-286 kubernetes v1.8.1+0d5291c features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-11-161.ec2.internal:8443 openshift v3.8.0-alpha.0+fe4f498-286 kubernetes v1.8.1+0d5291c How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
PR: https://github.com/openshift/origin/pull/17497
Tested in oc/OCP v3.8.0-alpha.0+af153e2-352 , `oc set volumes daemonset/...` works well in add/remove, regression test on other resource kinds (dc/deploy/rs) works well too # oc set volume ds/hello-daemonset --add --name=v1 -m /data -n xxia-proj --config /root/xxia-test/admin.config # oc set volume ds/hello-daemonset daemonsets/hello-daemonset empty directory as v1 mounted at /data # oc set volume daemonset/hello-daemonset --remove --name=v1 -n xxia-proj --config /root/xxia-test/admin.config daemonset "hello-daemonset" updated Currently PR doesn't go to OCP 3.8 (and OCP 3.8 env cannot be launched because it still misses some infra image in testing registry). Moving to MODIFIED
Verified in OCP v3.8.1, same result as above comment
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0403