console
console copied to clipboard
OpenShift Cluster Console UI
Prior to OCP 4.15, the OpenShift console expected the devworkspace's [`controller.devfile.io/creator` label](https://github.com/devfile/devworkspace-operator/blob/efe61286a3a7f4cf01b01b97ccb615bfa3cad61a/pkg/constants/metadata.go#L28-L29) to be set to an empty string when logged in to the cluster as kubeadmin due to https://github.com/openshift/origin/issues/24950....
1. Adds the architecture to the NodeList Open Questions 1. Should PodList include Arch it's running on? 2. Is this looking right?
Updating openshift-enterprise-console-container image to be consistent with ART for 4.14 __TLDR__: Product builds by ART can be configured for different base and builder images than corresponding CI builds. This automated...
Updating openshift-enterprise-console-container image to be consistent with ART for 4.12 __TLDR__: Product builds by ART can be configured for different base and builder images than corresponding CI builds. This automated...
Manual back port of: https://github.com/openshift/console/pull/13653
Demo using [YAMLEditorPage](https://github.com/openshift/console/blob/master/dynamic-demo-plugin/src/components/YAMLEditorPage.tsx).
Adding latest translations from Memsource project https://cloud.memsource.com/web/project2/show/R0nM41pVeGJKKA8OvxnSk0
The console frontend does not respect the basePath when loading locales. I believe this is because of the following line: https://github.com/openshift/console/blob/9ac23ec56263d23bf35fe1c71bf38b9220d944dc/frontend/public/i18n.js#L30 This results in 404 errors upon loading the UI:...
The operands list endpoint always proxies to the public API server URL instead of the proxy endpoint configured at startup. This causes mismatched TLS configuration when the console runs on-cluster....