Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

[feature request] yurtingress implementation enhancement #57

Open
huiwq1990 opened this issue Jun 2, 2022 · 2 comments
Open

[feature request] yurtingress implementation enhancement #57

huiwq1990 opened this issue Jun 2, 2022 · 2 comments
Labels
kind/feature kind/feature

Comments

@huiwq1990
Copy link
Member

What would you like to be added:

  1. yurtingress install nginx-ingress instance by helm or cd system;
  2. yurtingresscontroller manage nginx-ingress instance should restrict range;

Why is this needed:

  1. ingress-nginx is maintained by constant strings, it's difficult to upgrage;
  2. namespace ingress-nginx is managed by a clusterrole, when delete the clusterrole, all resources are deleted;
apiVersion: v1
kind: Namespace
metadata:
  creationTimestamp: "2022-06-02T10:43:47Z"
  deletionTimestamp: "2022-06-02T14:56:41Z"
  labels:
    app.kubernetes.io/instance: ingress-nginx
    app.kubernetes.io/name: ingress-nginx
    kubernetes.io/metadata.name: ingress-nginx
  name: ingress-nginx
  ownerReferences:
  - apiVersion: rbac.authorization.k8s.io/v1
    blockOwnerDeletion: true
    controller: true
    kind: ClusterRole
    name: yurt-app-manager-role
    uid: 2e7b7cda-9a3a-4281-9ead-5c2450cb2621
  resourceVersion: "54406"
  uid: 9fd0326f-7d4c-403f-a60e-4a6779d7e5f4
spec:

others
/kind feature

@huiwq1990 huiwq1990 added the kind/feature kind/feature label Jun 2, 2022
@rambohe-ch
Copy link
Member

@huiwq1990 agree +1, and would you be able to take over the feature?

@huiwq1990
Copy link
Member Author

@rambohe-ch Ok.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature kind/feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants