wilfred-s commented on a change in pull request #72: Add ability to support 3rd
party K8s operator integration
URL:
https://github.com/apache/incubator-yunikorn-k8shim/pull/72#discussion_r385008044
##########
File path: conf/queues.yaml
##########
@@ -1,30 +1,40 @@
partitions:
- - name: default
+ -
+ name: default
+ placementrules:
+ - name: tag
+ value: namespace
+ create: true
queues:
- name: root
- submitacl: "*"
- queues:
- - name: advertisement
- resources:
- guaranteed:
- memory: 500000
- vcore: 50000
- max:
- memory: 800000
- vcore: 80000
- - name: search
- resources:
- guaranteed:
- memory: 400000
- vcore: 40000
- max:
- memory: 600000
- vcore: 60000
- - name: sandbox
- resources:
- guaranteed:
- memory: 100000
- vcore: 10000
- max:
- memory: 100000
- vcore: 10000
\ No newline at end of file
+ submitacl: '*'
+#partitions:
+# - name: default
+# queues:
+# - name: root
+# submitacl: "*"
+# queues:
+# - name: advertisement
+# resources:
+# guaranteed:
+# memory: 500000
+# vcore: 50000
+# max:
+# memory: 800000
+# vcore: 80000
+# - name: search
+# resources:
+# guaranteed:
+# memory: 400000
+# vcore: 40000
+# max:
+# memory: 600000
+# vcore: 60000
+# - name: sandbox
+# resources:
+# guaranteed:
+# memory: 100000
+# vcore: 10000
+# max:
+# memory: 100000
+# vcore: 10000
Review comment:
Can we remove the commented out config and make sure that we have a newline
at the end of the file.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]