[operator] Automatic updates are broken since 7.15.1
See original GitHub issueDescribe the bug
Reproduced against dogfooding instance on OSD v4 where automatic updates are enabled:
- che-operator version on the cluster -
7.16.2
- che version on the cluster -
7.15.0
Che version
- latest
- nightly
- other: please specify
Steps to reproduce
Expected behavior
both che and operator versions and identical
Runtime
- kubernetes (include output of
kubectl version
) - Openshift / OSD v4 (include output of
oc version
) - minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: (please specify)
Screenshots
Logs
Not sure if related but there are multiple logs:
time="2020-08-04T09:45:39Z" level=error msg="Failed to detect if self-signed certificate used. Cause: routes.route.openshift.io \"test\" already exists"
time="2020-08-03T20:11:32Z" level=error msg="Failed to create test route 'test': routes.route.openshift.io \"test\" already exists"
might be broken due to test route creation:
if len(endpointURL) < 1 {
// Create test route to get certificates chain.
// Note, it is not possible to use SyncRouteToCluster here as it may cause infinite reconcile loop.
routeSpec, err := GetSpecRoute(instance, "test", "test", 8080, clusterAPI)
if err != nil {
return nil, err
}
Installation method
- OperatorHub
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Elasticsearch version 7.15.1 | Elasticsearch Guide [7.17] | Elastic
Also see Breaking changes in 7.15. Known issuesedit. Frozen tier: (Windows only) The frozen data tier relies on multiple caching mechanisms to speed...
Read more >What's new - IBM
The following updates are made to meet the Federal Information Processing ... The ibm-elastic-operator no longer reconciles the route.
Read more >API Documentation — Elasticsearch 7.15.1 documentation
default_operator – The default operator for query string query (AND or OR) Valid choices: AND, OR Default: OR; df – The field to...
Read more >7.15. Pipeline Payload Entry — Clara Deploy SDK 0.7.4 ...
Gets the path value of a payload entry object. Clara remaps operator input and output paths as necessary prior to starting a pipeline.The...
Read more >Firebase JavaScript SDK Release Notes - Google
The earlier update in version 9.13.0 upgraded TypeScript only in the root. ... Fixed a packaging issue that broke the Firebase Admin Node.js...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ibuziuk that’s a good question. it is better to apply the same fix for 7.16.x branch.
Scale down/up che-operator deployment. Eclipse Che will start deploying from the beginning.