Richard Su
Richard Su
The custom apb I'm working on isn't being listed in "apb list" after I push it. The simple my-test-apb from the getting started guide is displayed in "apb list" after...
gk-deploy times out waiting for the deploy-heketi pod to start when I have firewalld running. If firewalld is disabled, gk-deploy completes successfully. My environment is * CentOS 7.4 * Kubernetes...
The Baremetal service defaults to Ironic version 1.1. I see the provision_state comes in as "null" for nodes that are shown as "available" through the python ironic client (which defaults...
This is a manual cherrypick of [PR#590](https://github.com/openshift/assisted-installer-agent/pull/590) A denial of service (DoS) via unspecified vectors issue was found in goproxy (CVE-2023-37788). goproxy is not used directly by the agent. It...
My deployment was on a centos7 vm. **snip** ==> default: ok: [localhost] => { ==> default: "msg": [ ==> default: "oc v3.9.0-alpha.0+a0adcf4", ==> default: "kubernetes v1.8.1+0d5291c", ==> default: "features: Basic-Auth...
is unavailable in agent-based installs. assisted-service runs on the bootstrap node in agent-based installs. The bootstrap node reboots after the control plane is available. If the assisted-installer-controller restarts after the...
Adds --insecure=true to "oc adm release" commands when fetching version and digest. This allows appliance to work with registries that are using self-signed certificates. The alterative would be to pass...
Add support for using the docker-registry image from the OCP release instead of always building a generic registry internally. The implementation follows a priority-based approach for registry selection: 1. User-configured...
Removed TLS certificate generation and configuration from the local registry setup. Changes: - Remove certificate generation from setup-local-registry.sh and setup-local-registry-upgrade.sh scripts - Remove TLS certificate environment variables and volume mounts...
The --copy-network flag needs to be included so that network configuration changes applied through the agent-tui/nmtui persist after the node reboots. ## List all the issues related to this PR...