Yerzhan Beisembayev
Yerzhan Beisembayev
Same issue if content_type is modified in the Object Storage (e.g. by uploading file via UI). Terraform detects content_type change and then uploads 0 length file. Using content instead of...
In general - this capability will contribute to the 'Managed' nature of the ARO by introducing the 'self-healing' at Machine API level. Problem detection utilizes kubernetes node-problem-detector. Default remediation -...
I used example here: https://github.com/redhat-cop/resource-locker-operator/blob/master/EXAMPLES.md apiVersion: redhatcop.redhat.io/v1alpha1 kind: ResourceLocker metadata: name: locked-configmap-foo-bar-configmap namespace: resource-locker-test-ns spec: resources: - excludedPaths: - .metadata - .status - .spec.replicas object: apiVersion: v1 kind: ConfigMap metadata:...
Another issue I noticed is that if I edit ConfigMap and change name 'foo' to something else , e.g. 'foo2' - then operator will leave it as is and just...