-
Notifications
You must be signed in to change notification settings - Fork 515
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
restrict network migration mode to techpreview #1560
Changes from all commits
679f621
2ac22e1
5ff83a8
4cfed61
0ebf03f
b746581
8bd47b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,21 @@ | ||||||
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this | ||||||
name: "[Stable] Network" | ||||||
crd: 0000_70_cluster-network-operator_01-Custom.crd.yaml | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
tests: | ||||||
onCreate: | ||||||
- name: Should be able to create migration mode | ||||||
initial: | | ||||||
apiVersion: operator.openshift.io/v1 | ||||||
kind: Network | ||||||
spec: | ||||||
migration: | ||||||
mode: Live | ||||||
expected: | | ||||||
apiVersion: operator.openshift.io/v1 | ||||||
kind: Network | ||||||
spec: | ||||||
disableNetworkDiagnostics: false | ||||||
logLevel: Normal | ||||||
operatorLogLevel: Normal | ||||||
migration: | ||||||
mode: Live |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this | ||
name: "[Stable] Network" | ||
crd: 0000_70_cluster-network-operator_01-TechPreviewNoUpgrade.crd.yaml | ||
tests: | ||
onCreate: | ||
- name: Should be able to create migration mode | ||
initial: | | ||
apiVersion: operator.openshift.io/v1 | ||
kind: Network | ||
spec: | ||
migration: | ||
mode: Live | ||
expected: | | ||
apiVersion: operator.openshift.io/v1 | ||
kind: Network | ||
spec: | ||
disableNetworkDiagnostics: false | ||
logLevel: Normal | ||
operatorLogLevel: Normal | ||
migration: | ||
mode: Live |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renaming this file has broken the integration tests, need to update the integration test to point to the new file name