Skip to content

Commit

Permalink
Updated go client version and readme changes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeyHiremath authored and jkraj committed Jun 6, 2018
1 parent affdb43 commit 80ab043
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

[[constraint]]
name = "github.com/infobloxopen/infoblox-go-client"
version = "0.5.0"
version = "0.8.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand Down
15 changes: 9 additions & 6 deletions docs/README-K8S.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Versions Used
The versions installed in each node of kubernetes cluster for testing is:
```
Host - Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-87-generic x86_64)
docker - 1.13.1-0ubuntu1~16.04.2
kubeadm - 1.9.0-00
kubectl - 1.9.0-00
kubelet - 1.9.0-00
docker - 17.12.1-ce
kubeadm - 1.9.4
kubectl - 1.9.4
kubelet - 1.9.4
kubernetes-cni - 0.6.0-00
CNI source used to build the plugin and daemon - 0.6.0
Wapi version - 2.5
Wapi version - 2.5 and above
```

CNI Configuration
Expand Down Expand Up @@ -61,6 +61,9 @@ The following are the IPAM attributes:
- "network-view" (Optional): specifies the Infoblox network view to use for this network. This is a Infoblox IPAM driver specific attribute.
Other Infoblox specific attributes that are not shown in the example configuration:

Note: The Gateway defined in the configuration file needs to be reserved as a reservation IP. You should not use this reserved IP for other purpose.


Infoblox CNI IPAM Plugin
========================

Expand Down Expand Up @@ -302,7 +305,7 @@ ipam_conf_file_name: infoblox-ipam.conf
}
```

Note:- If there are multiple CNI configuration files in the kubernetes network config directory(i.e. /etc/cni/net.d), then the first one in lexicographic order of file name is used. So make sure to name the network configuration file with proper order. In the above example filename is given as ```infoblox-ipam.conf``` which should match the value of the key ```ipam_conf_file_name```.
Note: If there are multiple CNI configuration files in the kubernetes network config directory(i.e. /etc/cni/net.d), then the first one in lexicographic order of file name is used. So make sure to name the network configuration file with proper order. In the above example filename is given as ```infoblox-ipam.conf``` which should match the value of the key ```ipam_conf_file_name```.

Usage
-----
Expand Down

0 comments on commit 80ab043

Please sign in to comment.