-
helm upgrade higress -n higress-system --set global.enableGatewayAPI=true [higress.io/higress](http://higress.io/higress) --reuse-values
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
/usr/local/oracle-cli/lib64/python3.6/site-packages/oci/_vendor/httpsig_cffi/sign.py:10: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6.
from cryptography.hazmat.backends import default_backend # noqa: F401
Release "higress" has been upgraded. Happy Helming!
NAME: higress
LAST DEPLOYED: Fri Apr 12 03:05:59 2024
NAMESPACE: higress-system
STATUS: deployed
REVISION: 3
TEST SUITE: None
kubectl get crd -n higress-system | grep gatew
/usr/local/oracle-cli/lib64/python3.6/site-packages/oci/_vendor/httpsig_cffi/sign.py:10: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6.
from cryptography.hazmat.backends import default_backend # noqa: F401 |
Beta Was this translation helpful? Give feedback.
Answered by
CH3CHO
Apr 12, 2024
Replies: 2 comments 1 reply
-
Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.3", GitCommit:"25b4e43193bcda6c7328a6d147b1fb73a33f1598", GitTreeState:"clean", BuildDate:"2023-06-14T09:53:42Z", GoVersion:"go1.20.5", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v5.0.1
Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.1", GitCommit:"b13b16197b0e07f78f7ced71255ce69516fdd9e6", GitTreeState:"clean", BuildDate:"2022-05-30T10:16:45Z", GoVersion:"go1.18.2 BoringCrypto", Compiler:"gc", Platform:"linux/amd64"} |
Beta Was this translation helpful? Give feedback.
0 replies
-
没理解你的问题。你都执行了哪些安装命令? 如果你只是在安装 Higress 的时候添加了 https://higress.io/zh-cn/docs/ops/deploy-by-helm#%E6%94%AF%E6%8C%81-gateway-api-crd%E5%8F%AF%E9%80%89 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CH3CHO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
没理解你的问题。你都执行了哪些安装命令?
如果你只是在安装 Higress 的时候添加了
--set global.enableGatewayAPI=true
参数,那本身是不会安装 Gateway API CRD 的。你需要执行上面的安装 Gateway API CRD 的命令:https://higress.io/zh-cn/docs/ops/deploy-by-helm#%E6%94%AF%E6%8C%81-gateway-api-crd%E5%8F%AF%E9%80%89