简体   繁体   English

是否可以在“自动驾驶”模式下在 Google GKE 上安装 KNative?

[英]Is it possible to install KNative on Google GKE in "Autopilot" mode?

Is it possible to install KNative on Google GKE in "Autopilot" mode?是否可以在“自动驾驶”模式下在 Google GKE 上安装 KNative? I unfortunately haven't found any tutorial on this and cannot use a managed solution for this project because the cpu and memory ressources of my workload are too high.不幸的是,我还没有找到任何关于这方面的教程,并且无法为此项目使用托管解决方案,因为我的工作负载的 cpu 和 memory 资源太高了。 (The workload needs 40 CPU cores and 60GB RAM per KNative event which is not supported on google cloud functions, google cloud run or IBM Code Engine). (工作负载需要 40 个 CPU 内核和每个 KNative 事件 60GB RAM,这在 google cloud 功能、google cloud run 或 IBM Code Engine 上不受支持)。

Many thanks in advance for your help非常感谢您的帮助

You'll need to use GKE 1.21 or later, which adds support for mutating admission we hooks .您将需要使用GKE 1.21 或更高版本,这增加了对我们 hooks 的 mutating admission 的支持

It should work on GKE 1.21 or later, assuming that autopilot clusters support pods with those resource requirements.它应该适用于 GKE 1.21 或更高版本,假设自动驾驶集群支持具有这些资源要求的 pod。

General installation instructions should work, assuming you have GKE 1.21 or later.假设您有 GKE 1.21 或更高版本, 一般安装说明应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM