kubectl 1.25 describe has no --timeout
flag, breaking kubeflow install
#810
Labels
bug
Something isn't working
--timeout
flag, breaking kubeflow install
#810
Describe the bug
Installation of kubeflow v1.7.0 (using manifest install pattern, not terraform) breaks when installing the
aws-secrets-sync
deployment due to a mismatch in the kubectl syntax. Kubectl has no--timeout
on adescribe
operation, which is used in theutils/utils.py
line 273, which fails the installation task(s).Steps To Reproduce
cognito-rds-s3
make deploy-kubeflow INSTALLATION_OPTION=kustomize DEPLOYMENT_OPTION=cognito-rds-s3 PIPELINE_S3_CREDENTIAL_OPTION=irsa
Expected behavior
Kubeflow installed, and all commands operated without error.
Environment
Kubernetes version
v1.25.16-eks-8cb36c9
Using EKS (yes/no), if so version?
Yes - v1.25.16-eks-8cb36c9
Kubeflow version
v1.7.0
kubectl version
Client Version: v1.25.0
Kustomize Version: v4.5.7
Server Version: v1.25.16-eks-8cb36c9
AWS build number
AWS_RELEASE_VERSION="v1.7.0-aws-b1.0.3"
AWS service targeted (S3, RDS, etc.)
S3, Cognito, RDS, EKS
Screenshots
No screens - here's the logs:
Additional context
AWS, EKS, Kubeflow 1.7.0
The text was updated successfully, but these errors were encountered: