Skip to content

Commit bdbb5c9

Browse files
Add machineProfile annotation key (#623)
Signed-off-by: Arnob Kumar Saha <[email protected]>
1 parent 2fe5e22 commit bdbb5c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func (h HostingProvider) ConvertToPreferredProvider() HostingProvider {
5252

5353
const (
5454
AceInfoConfigMapName = "ace-info"
55+
AceMachineProfileKey = "kubernetes.io/instance-type"
5556

5657
ClusterNameKey string = "cluster.appscode.com/name"
5758
ClusterDisplayNameKey string = "cluster.appscode.com/display-name"

0 commit comments

Comments
 (0)