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

OCPBUGS-30994: Removing bad hyphen and removing overlapping CPUs #73561

Merged
merged 1 commit into from Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -67,7 +67,7 @@ metadata:
name: manual
spec:
cpu:
isolated: 3-51,54-103
isolated: 3-51,55-103
reserved: 0-2,52-54
net:
userLevelNetworking: true
Expand All @@ -85,15 +85,15 @@ metadata:
name: manual
spec:
cpu:
isolated: 3-51,54-103
isolated: 3-51,55-103
reserved: 0-2,52-54
net:
userLevelNetworking: true
devices:
- interfaceName: "eth0"
- interfaceName: "eth1"
- vendorID: "0x1af4"
- deviceID: "0x1000"
deviceID: "0x1000"
nodeSelector:
node-role.kubernetes.io/worker-cnf: ""
----
Expand All @@ -108,7 +108,7 @@ metadata:
name: manual
spec:
cpu:
isolated: 3-51,54-103
isolated: 3-51,55-103
reserved: 0-2,52-54
net:
userLevelNetworking: true
Expand All @@ -128,7 +128,7 @@ metadata:
name: manual
spec:
cpu:
isolated: 3-51,54-103
isolated: 3-51,55-103
reserved: 0-2,52-54
net:
userLevelNetworking: true
Expand All @@ -148,14 +148,14 @@ metadata:
name: manual
spec:
cpu:
isolated: 3-51,54-103
isolated: 3-51,55-103
reserved: 0-2,52-54
net:
userLevelNetworking: true
devices:
- interfaceName: "eth0"
- vendorID: "0x1af4"
- deviceID: "0x1000"
deviceID: "0x1000"
nodeSelector:
node-role.kubernetes.io/worker-cnf: ""
----
Expand Down