Skip to content

Azure CCM assets#62

Merged
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
lobziik:azure-assets
Jul 13, 2021
Merged

Azure CCM assets#62
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
lobziik:azure-assets

Conversation

@lobziik
Copy link
Copy Markdown
Contributor

@lobziik lobziik commented Jun 18, 2021

depends on #86

@openshift-ci openshift-ci Bot requested review from Danil-Grigorev and mandre June 18, 2021 13:29
@lobziik
Copy link
Copy Markdown
Contributor Author

lobziik commented Jun 29, 2021

cc @Fedosin @elmiko @JoelSpeed

Folks, PTAL when you will have time :)

Copy link
Copy Markdown
Contributor

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

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

/approve

Looks ok to me, how has this been tested?

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 29, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed

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

The pull request process is described here

Details 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 openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 29, 2021
@lobziik
Copy link
Copy Markdown
Contributor Author

lobziik commented Jun 29, 2021

/hold

Found problem with cloud-conf syncing

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 29, 2021
Copy link
Copy Markdown
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

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

couple questions

priorityClassName: system-cluster-critical
nodeSelector:
node-role.kubernetes.io/master: ""
tolerations:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

None of our components should be tolerating that taint, if we do, we will schedule onto a node without networking, which will likely cause our pods to crash loop as they can't contact the APIs they need to contact

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It will now need to tolerate the not-ready based on the additions made in #76

hostNetwork: true # required to fetch correct hostname
nodeSelector:
kubernetes.io/os: linux
tolerations:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

same question here, i'm guessing since this uses the host network that it will need to tolerate not-ready as well.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Host network maybe means we can allow it to tolerate the taint, though IMO, we should only add the toleration if we are certain we need it. I'd suggest being conservative initially

@lobziik
Copy link
Copy Markdown
Contributor Author

lobziik commented Jul 8, 2021

Updated, depends on #86 now. Changes with inline arguments and check for CNI was also ported there

Copy link
Copy Markdown
Contributor

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

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

priorityClassName: system-cluster-critical
nodeSelector:
node-role.kubernetes.io/master: ""
tolerations:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It will now need to tolerate the not-ready based on the additions made in #76

@lobziik
Copy link
Copy Markdown
Contributor Author

lobziik commented Jul 8, 2021

#77
This needed as well

Comment thread pkg/cloud/azure/assets/cloud-controller-manager-deployment.yaml Outdated
labels:
app: azure-cloud-controller-manager
spec:
hostNetwork: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suppose hostNetwork is not required for other controllers except cloud-node

Comment thread pkg/cloud/azure/assets/cloud-node-manager-daemonset.yaml Outdated
Comment thread manifests/0000_26_cloud-controller-manager-operator_03_rbac_provider.yaml Outdated
@openshift-ci openshift-ci Bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 11, 2021
@lobziik
Copy link
Copy Markdown
Contributor Author

lobziik commented Jul 13, 2021

/hold cancel

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 13, 2021
Comment thread pkg/config/config.go
@Danil-Grigorev
Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 13, 2021
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jul 13, 2021

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

Test name Commit Details Rerun command
ci/prow/e2e-aws-ccm-install c05276b link /test e2e-aws-ccm-install

Full PR test history. Your PR dashboard.

Details

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.

@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Copy Markdown

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 2f428d8 into openshift:master Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants