You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/08 15:56:24 UTC

[GitHub] [apisix-ingress-controller] maths-lover opened a new issue, #1502: Trying to understand what these infos/warns mean

maths-lover opened a new issue, #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502

   ![image](https://user-images.githubusercontent.com/25811797/206494182-cbd07f5d-47dd-46f0-a375-f513d4ec7f77.png)
   
   I deployed it using helm chart with everything almost default. Is it possible to remove them?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1353212695

   @tao12345666333 I did apply this file, it didn't change anything, I still get those infos.
   Thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1343842354

   @AlinsRan I believe it is installed. Check the output of the command you gave below,
   ```bash
   $ kubectl get crd apisixupstreams.apisix.apache.org -o yaml | grep v2
     - name: v2beta3
     - v2beta3
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1502: Trying to understand what these infos/warns mean

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1526851952

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] github-actions[bot] closed issue #1502: Trying to understand what these infos/warns mean

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #1502: Trying to understand what these infos/warns mean
URL: https://github.com/apache/apisix-ingress-controller/issues/1502


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1343849054

   So doing something like below be fine, right?
   - Update `crds/customresourcedefinitions.yaml` with v2 instead of v2beta3
   - Update values.yaml with value,
   ```
   ...
   apisixRouteVersion: "apisix.apache.org/v2"
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] AlinsRan commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
AlinsRan commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1343843120

   > @AlinsRan I believe it is installed. Check the output of the command you gave below,
   > 
   > ```shell
   > $ kubectl get crd apisixupstreams.apisix.apache.org -o yaml | grep v2
   >   - name: v2beta3
   >   - v2beta3
   > ```
   
   Not installed v2 CRDs, you are currently v2beta3 CRDs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1345248591

   > Just execute this command:
   > 
   > ```shell
   > helm show crds apisix/apisix-ingress-controller | kubectl apply -f -
   > ```
   
   The helm version that I'm using doesn't support it, so this command fails.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1354317432

   after you apply the new CRD, did you restart the apisix-ingress-controller?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] AlinsRan commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
AlinsRan commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1343706722

   It looks like the crd of the v2.ApisixUpsteram resource is not installed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1502: Trying to understand what these infos/warns mean

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1486078076

   This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1365896052

   > after you apply the new CRD, did you restart the apisix-ingress-controller?
   
   Yes, I did restart the ingress-controller.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1345930276

   you can just apply this file 
   https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] AlinsRan commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
AlinsRan commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1343889105

   Just execute this command:
   ···bash
   helm show crds apisix/apisix-ingress-controller | kubectl apply -f -
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] maths-lover commented on issue #1502: Trying to understand what these infos/warns mean

Posted by GitBox <gi...@apache.org>.
maths-lover commented on issue #1502:
URL: https://github.com/apache/apisix-ingress-controller/issues/1502#issuecomment-1345248518

   The helm version that I'm using doesn't support it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org