Skip to content

Commit 858ca42

Browse files
authored
Merge pull request #162 from gregcoward/patch-11
Update BIG-IP URL in cluster-deployment.yaml
2 parents 2ea9485 + d1223d9 commit 858ca42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/class1/kubernetes/cluster-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
args: [
3535
"--bigip-username=$(BIGIP_USERNAME)",
3636
"--bigip-password=$(BIGIP_PASSWORD)",
37-
"--bigip-url=10.1.1.5",
37+
"--bigip-url=10.1.1.4",
3838
"--insecure=true",
3939
"--bigip-partition=kubernetes",
4040
"--pool-member-type=cluster",

0 commit comments

Comments
 (0)