question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[operator] Automatic updates are broken since 7.15.1

See original GitHub issue

Describe 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 and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl 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:closed
  • Created 3 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
tolushacommented, Aug 4, 2020

@ibuziuk that’s a good question. it is better to apply the same fix for 7.16.x branch.

0reactions
tolushacommented, Aug 6, 2020

Scale down/up che-operator deployment. Eclipse Che will start deploying from the beginning.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found