Skip to content

Commit

Permalink
corrected network annotaion for pod-tc4.yaml
Browse files Browse the repository at this point in the history
Change-Id: I46fc648f1b400bb55f207d5a24cf91571dbd1a87
  • Loading branch information
ahalimx86 committed Oct 30, 2018
1 parent 3fe8fe0 commit 8326564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/kernel-net-demo/pod-tc4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
env: test
annotations:
kubernetes.v1.cni.cncf.io/networks: sriov-net-a sriov-net-a
kubernetes.v1.cni.cncf.io/networks: sriov-net-a, sriov-net-a
spec:
containers:
- name: appcntr3
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func IsNetlinkStatusUp(dev string) bool {
return true
}

// Validate PciAddr given as string with host system
// ValidPciAddr validates PciAddr given as string with host system
func ValidPciAddr(addr string) (string, error) {
//Check system pci address

Expand Down

0 comments on commit 8326564

Please sign in to comment.