Skip to content

Commit

Permalink
✨ release v1.3.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuetao Song authored and ks-ci-bot committed May 6, 2019
1 parent aaaf81b commit 0b94c1f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [ 1.3.2 ] - 2019-05-06
### Added
- refact ut framework and bring code-coverage up to 65% [@magicsong](https://github.com/yunify/qingcloud-cloud-controller-manager/pull/52)

### Changed
- remove https protocol [@magicsong](https://github.com/yunify/qingcloud-cloud-controller-manager/pull/52)

### Fixed
- fixed a lot of tiny bugs thanks to new ut framework

## [ 1.3.1 ] - 2019-05-04
### Fixed
- fixed that lb cannot get an ip if there is no avaliable eips in `auto` mode [@magicsong](https://github.com/yunify/qingcloud-cloud-controller-manager/pull/51)

## [ 1.3.0 ] - 2019-04-30
### Added
- add some ut [@magicsong](https://github.com/yunify/qingcloud-cloud-controller-manager/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Vars describing project
NAME= qingcloud-cloud-controller-manager
GIT_REPOSITORY= github.com/yunify/qingcloud-cloud-controller-manager
IMG?= kubespheredev/cloud-controller-manager:v1.3.1
IMG?= kubespheredev/cloud-controller-manager:v1.3.2

# Generate vars to be included from external script
# Allows using bash to generate complex vars, such as project versions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
zone = ap2a
defaultVxNetForLB = vxnet-lddzg8e #lb的默认vxnet,必填
clusterID = "mycluster" #集群名称,必填
userID = "xxxx" #当前集群API密钥的用户ID
userID = "xxxx" #当前集群API密钥的用户ID(如果需要使用IP自动申请的功能,务必填写此字段)
```
- 生成api密钥文件,具体的文件样式可参考<https://docs.qingcloud.com/product/cli/#%E6%96%B0%E6%89%8B%E6%8C%87%E5%8D%97>
```
qy_access_key_id: 'QINGCLOUDACCESSKEYID'
qy_secret_access_key: 'QINGCLOUDSECRETACCESSKEYEXAMPLE'
zone: 'pek1'
```
使用命令创建 `secret`, `kubectl create secret generic qcsecret --from-file=$secret_file -n kube-system`,替换其中的secret_file为上面生成的密钥地址。
创建`secret`, `kubectl create secret generic qcsecret --from-file=$secret_file -n kube-system`,替换其中的secret_file为上面生成的密钥地址。

4. 安装yaml,等待安装完成即可
```
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- --cloud-config=/etc/kubernetes/qingcloud.conf
- --allocate-node-cidrs=true
- --cluster-cidr=10.244.0.0/16
image: kubespheredev/cloud-controller-manager:v1.3.0
image: kubespheredev/cloud-controller-manager:v1.3.2
imagePullPolicy: Always
name: qingcloud-cloud-controller-manager
resources:
Expand Down

0 comments on commit 0b94c1f

Please sign in to comment.