We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vpa docs
stress container
The text was updated successfully, but these errors were encountered:
apiVersion: apps/v1 kind: Deployment metadata: name: stress labels: app: stress spec: replicas: 1 selector: matchLabels: app: stress template: metadata: labels: app: stress spec: containers: - name: stress-container image: polinux/stress command: ['stress', '-c', '1']
Sorry, something went wrong.
apiVersion: autoscaling.k8s.io/v1 kind: VerticalPodAutoscaler metadata: name: stress-recommender spec: targetRef: apiVersion: "apps/v1" kind: Deployment name: stress updatePolicy: updateMode: "Auto"
This doesn't appear to work when a limitrange is defined on the namespace. trying to figure out why.
thoraxe
No branches or pull requests
vpa docs
stress container
The text was updated successfully, but these errors were encountered: