Skip to content

As a user I want to have Replica Sets and Replication Controllers listed in the resource tree #650

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

Closed
adietish opened this issue Aug 15, 2023 · 0 comments · Fixed by #651

Comments

@adietish
Copy link
Collaborator

adietish commented Aug 15, 2023

Steps:

  1. EXEC: paste the following into an editor:
apiVersion: apps/v1
kind: ReplicaSet
metadata:
  name: frontend
  labels:
    app: guestbook
    tier: frontend
spec:
  # modify replicas according to your case
  replicas: 3
  selector:
    matchLabels:
      tier: frontend
  template:
    metadata:
      labels:
        tier: frontend
    spec:
      containers:
      - name: php-redis
        image: gcr.io/google_samples/gb-frontend:v3
  1. EXEC: push editor to the cluster
  2. EXEC: inspect resource tree for your new replica set

Result:
Replica sets are not listed, there's no category where they would appear.

Expected result:
The resource tree should have [cluster] > Workloads > Replica Sets and list the above resource there
VSCode is missing them, jetbrains plugin is listing them:
image

Same is true for Replication Controllers:

apiVersion: v1
kind: ReplicationController
metadata:
  name: nginx
spec:
  replicas: 3
  selector:
    app: nginx-rc
  template:
    metadata:
      name: nginx-rc
      labels:
        app: nginx-rc
    spec:
      containers:
      - name: nginx-rc
        image: nginx
        ports:
        - containerPort: 80

Jetbrains Kubernetes plugin is listing them:
image

adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
@adietish adietish self-assigned this Aug 15, 2023
@adietish adietish added this to the 1.1.0 milestone Aug 15, 2023
@adietish adietish changed the title As a user I want to have Replica Sets listed in the resource tree As a user I want to have Replica Sets and Replication Controllers listed in the resource tree Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 15, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 16, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 16, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 16, 2023
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 16, 2023
@adietish adietish moved this to 👀 In review in IDE Cloudaptors Aug 16, 2023
adietish added a commit that referenced this issue Aug 16, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant