Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2.9] EKS: Instance Resource tags not being set #11103

Open
cpinjani opened this issue May 23, 2024 · 0 comments · May be fixed by #11267
Open

[v2.9] EKS: Instance Resource tags not being set #11103

cpinjani opened this issue May 23, 2024 · 0 comments · May be fixed by #11267
Assignees
Labels
area/eks kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this team/highlander Highlander
Milestone

Comments

@cpinjani
Copy link

Setup
Rancher version: v2.9-3c48a195381ad55f9fef7e9bf32b1593d43368ca-head
Browser type & version: Chrome latest

Describe the bug
AKS (Vue UI): Instance Resource tags not being set

To Reproduce

  • Create EKS cluster from Rancher UI
  • While creating, enter Instance resource tags values

Screenshots
image

Payload:

{
  "type": "cluster",
  "dockerRootDir": "/var/lib/docker",
  "enableClusterAlerting": false,
  "enableClusterMonitoring": false,
  "enableNetworkPolicy": false,
  "labels": {
    
  },
  "windowsPreferedCluster": false,
  "fleetAgentDeploymentCustomization": {
    "overrideAffinity": {
      
    },
    "appendTolerations": [
      
    ],
    "overrideResourceRequirements": {
      
    }
  },
  "clusterAgentDeploymentCustomization": {
    "overrideAffinity": {
      
    },
    "appendTolerations": [
      
    ],
    "overrideResourceRequirements": {
      
    }
  },
  "eksConfig": {
    "publicAccess": true,
    "privateAccess": false,
    "publicAccessSources": [
      
    ],
    "secretsEncryption": false,
    "securityGroups": [
      
    ],
    "tags": {
      
    },
    "subnets": [
      
    ],
    "loggingTypes": [
      
    ],
    "nodeGroups": [
      {
        "desiredSize": "1",
        "diskSize": 20,
        "ec2SshKey": "",
        "gpu": false,
        "imageId": null,
        "instanceType": "t3.medium",
        "labels": {
          
        },
        "maxSize": "1",
        "minSize": "1",
        "nodegroupName": "group1",
        "nodeRole": "",
        "requestSpotInstances": false,
        "resourceTags": {
          
        },
        "spotInstanceTypes": [
          
        ],
        "subnets": [
          
        ],
        "tags": {
          
        },
        "type": "nodeGroup",
        "userData": "",
        "version": "1.28"
      }
    ],
    "region": "ca-central-1",
    "amazonCredentialSecret": "cattle-global-data:cc-4v4rm",
    "kubernetesVersion": "1.28",
    "displayName": "cpinjani-eks"
  },
  "name": "cpinjani-eks"
}
@cpinjani cpinjani added this to the v2.9.0 milestone May 23, 2024
@github-actions github-actions bot added the QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this label May 23, 2024
@mantis-toboggan-md mantis-toboggan-md self-assigned this May 23, 2024
@mantis-toboggan-md mantis-toboggan-md linked a pull request Jun 18, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/eks kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this team/highlander Highlander
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants