[Kubernetes] Fix cAdvisor port was not added to security group

Change-Id: I0dd421b918c4bf7c85e9e75404f3876f9328c310
Closes-Bug: #1498879
This commit is contained in:
Stan Lagun
2015-10-05 10:08:40 +03:00
committed by Victor Ryzhenkin
parent 6971ac48bc
commit c334c5fb66

View File

@@ -124,6 +124,8 @@ Methods:
- $.minionNodes.take($.nodeCount).pselect($.setupNode())
- $.minionNodes.skip($.nodeCount).pselect($.removeFromCluster())
- $.gatewayNodes.take($.gatewayCount).pselect($.setupNode())
- $._environment.stack.push()
- $._updateServicePublicIps()
- $.setAttr(lastNodeCount, $.nodeCount)
- $.setAttr(lastGatewayCount, $.gatewayCount)