We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa3c28a + 157bff1 commit 946cb4dCopy full SHA for 946cb4d
1 file changed
hack/collectlogs
@@ -34,7 +34,7 @@ kubectl get -n orc-system all -o yaml > "$LOG_DIR/orc-resources.yaml"
34
mkdir "$LOG_DIR/orc-managed-resources"
35
for crd in config/crd/bases/openstack.k-orc.cloud_*; do
36
resource=${crd:39:-5}
37
- kubectl get "${resource}" -o yaml > "$LOG_DIR/orc-managed-resources/${resource}.yaml"
+ kubectl get "${resource}" -A -o yaml > "$LOG_DIR/orc-managed-resources/${resource}.yaml"
38
done
39
40
sudo find "$LOG_DIR" -type d -exec chmod 0755 {} \;
0 commit comments