Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-config.yaml: Add image-registry, build and deployment config capability #807

Merged

Conversation

praveenkumar
Copy link
Member

4.14 add more capability like image-registry, build and deployment as addon which can be added on top of None. By default since we are using None those capabilities need to be added explicitly to have it part of cluster since we are providing these features before.

…capability

4.14 add more capability like image-registry, build and deployment
as addon which can be added on top of `None`. By default since we are
using `None` those capabilities need to be added explicitly to have it
part of cluster since we are providing these features before.

fixes: crc-org#806
@adrianriobo
Copy link
Contributor

Fixes #806

Copy link
Contributor

@cfergeau cfergeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to list all the available capabilities? Could we have a test somewhere which would check the list of capabilities known to snc VS the list of capabilities available in the cluster, and warn us or error out when they are different? This would allow us to catch this kind of issues early.

@openshift-ci
Copy link

openshift-ci bot commented Sep 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cfergeau

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Sep 21, 2023

@praveenkumar: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-snc 1c092af link true /test e2e-snc

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@adrianriobo
Copy link
Contributor

Cluster operators within the capabilities

NAME                                       VERSION       AVAILABLE   PROGRESSING   DEGRADED   SINCE   MESSAGE
authentication                             4.14.0-rc.1   True        False         False      33m     
config-operator                            4.14.0-rc.1   True        False         False      25h     
console                                    4.14.0-rc.1   True        False         False      53s     
control-plane-machine-set                  4.14.0-rc.1   True        False         False      25h     
dns                                        4.14.0-rc.1   True        False         False      25h     
etcd                                       4.14.0-rc.1   True        False         False      25h     
image-registry                             4.14.0-rc.1   True        False         False      25h     
ingress                                    4.14.0-rc.1   True        False         False      25h     
kube-apiserver                             4.14.0-rc.1   True        False         False      25h     
kube-controller-manager                    4.14.0-rc.1   True        False         False      25h     
kube-scheduler                             4.14.0-rc.1   True        False         False      25h     
kube-storage-version-migrator              4.14.0-rc.1   True        False         False      25h     
machine-api                                4.14.0-rc.1   True        False         False      25h     
machine-approver                           4.14.0-rc.1   True        False         False      25h     
machine-config                             4.14.0-rc.1   True        False         False      25h     
marketplace                                4.14.0-rc.1   True        False         False      25h     
network                                    4.14.0-rc.1   True        False         False      25h     
openshift-apiserver                        4.14.0-rc.1   True        False         False      58s     
openshift-controller-manager               4.14.0-rc.1   True        False         False      34m     
openshift-samples                          4.14.0-rc.1   True        False         False      25h     
operator-lifecycle-manager                 4.14.0-rc.1   True        False         False      25h     
operator-lifecycle-manager-catalog         4.14.0-rc.1   True        False         False      25h     
operator-lifecycle-manager-packageserver   4.14.0-rc.1   True        False         False      36m     
service-ca                                 4.14.0-rc.1   True        False         False      25h     

@praveenkumar praveenkumar merged commit 47dd301 into crc-org:release-4.14 Sep 22, 2023
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants