You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dmvolod (via GitHub)" <gi...@apache.org> on 2023/03/01 21:43:28 UTC

[GitHub] [camel-karavan] dmvolod opened a new pull request, #667: operator: Optimize and use Kubernetes approach for GVK validation in isTektonInstalled func

dmvolod opened a new pull request, #667:
URL: https://github.com/apache/camel-karavan/pull/667

   This is a bit optimized approach used in Kubernetes to validate are CRD's installed or not. The benefits are:
   
   - Not require to get a list of all CRD's with Spec (can be very large) as it's very resource consumption and heavy operation for API server
   - Validates by full GVK value, not just CRD name, which can be not formal and sometimes never changing from one version to another (for v1alpha1 -> v1beta1 - v1 CRD names will be the same)


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] mgubaidullin commented on pull request #667: operator: Optimize and use Kubernetes approach for GVK validation in isTektonInstalled func

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on PR #667:
URL: https://github.com/apache/camel-karavan/pull/667#issuecomment-1450896230

   Thank you @dmvolod and welcome to the community!


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] mgubaidullin merged pull request #667: operator: Optimize and use Kubernetes approach for GVK validation in isTektonInstalled func

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin merged PR #667:
URL: https://github.com/apache/camel-karavan/pull/667


-- 
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: commits-unsubscribe@camel.apache.org

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