Support for cloud stores was added at ArcGIS Enterprise on Kubernetes 11.2. Currently enterprise-k8s-organization workflow always configures backup and object stores in S3 bucket. That seems to break 11.1 backups and upgrades.
Addressing the problem requires either:
making 11.1 deployments not to configure cloud stores, or
dropping support for 11.1 deployments.
Let's do both of the above:
add a special case for 11.1 (to practice dealing with breaking changes), and
drop support for 11.1 after adding support for 11.3.
Support for cloud stores was added at ArcGIS Enterprise on Kubernetes 11.2. Currently enterprise-k8s-organization workflow always configures backup and object stores in S3 bucket. That seems to break 11.1 backups and upgrades.
Addressing the problem requires either:
Let's do both of the above: