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
下面是我的yaml apiVersion: redis.kun/v1beta1 kind: RedisCluster metadata: name: test annotations: redis.kun/scope: "cluster-scoped" namespace: default spec: image: redis:5.0.4-alpine resources: limits: cpu: 400m memory: 300Mi requests: cpu: 50m memory: 30Mi size: 3 storage: persistentVolumeClaim: claimName: redis-data-claim
这种固定pvc的格式可以用嘛,应该如何写呢,感谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
下面是我的yaml
apiVersion: redis.kun/v1beta1
kind: RedisCluster
metadata:
name: test
annotations:
redis.kun/scope: "cluster-scoped"
namespace: default
spec:
image: redis:5.0.4-alpine
resources:
limits:
cpu: 400m
memory: 300Mi
requests:
cpu: 50m
memory: 30Mi
size: 3
storage:
persistentVolumeClaim:
claimName: redis-data-claim
这种固定pvc的格式可以用嘛,应该如何写呢,感谢
The text was updated successfully, but these errors were encountered: