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
What happened:
workloadTweaks: - pools: - f10-inner tweaks: replicas: 2 - pools: - f10-pub tweaks: replicas: 3
all deployments.apps replicas change to 3:
What you expected to happen: should not interact with each other
How to reproduce it (as minimally and precisely as possible):
apiVersion: apps.openyurt.io/v1beta1 kind: YurtAppSet metadata: name: appset-whoami spec: revisionHistoryLimit: 5 pools: - f10-pub - f10-inner workload: workloadTemplate: deploymentTemplate: metadata: labels: app: appset-whoami spec: selector: matchLabels: app: appset-whoami template: metadata: labels: app: appset-whoami spec: tolerations: - operator: Exists containers: - name: whoami image: traefik/whoami:v1.10 ports: - containerPort: 80 protocol: TCP workloadTweaks: - pools: - f10-inner tweaks: replicas: 2 - pools: - f10-pub tweaks: replicas: 3
Anything else we need to know?:
Environment:
kubectl version
cat /etc/os-release
uname -a
others
/kind bug
The text was updated successfully, but these errors were encountered:
@vie-serendipity PTAL
Sorry, something went wrong.
/assign @vie-serendipity
No branches or pull requests
What happened:
all deployments.apps replicas change to 3:
What you expected to happen:
should not interact with each other
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):others
/kind bug
The text was updated successfully, but these errors were encountered: