You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade the golang version for the quota-management branch. (#313)
* update (#298)
* Upgraded the golang version
Updated travis config for the new version
Updated build.sh scripts for the new version
* Updates to go.mod
Updates to travis.yml, to set dist
Added the generated.deepcopy files
* Removed unused package.
* e2e test script updates
* Queue.go updates
Other fixes to the makefile and e2e test
* Updates to the e2e script
Updates to util.go to allow for different images to be used.
* Updates to to local host setup
* Changes to the run-e2e-kind.sh locally (#290)
* Changes to the run-e2e-kind.sh to
* Changed out echo server image, small edits
* Backed out change in the clean up code.
* Updated the makefile to build the executable
* Address code review comments.
* * Small changes to the e2e script
* Build documentation updates.
* Documentation updates per code review
Fixed errors in the e2e script to load ubuntu:latest image correctly.
* Cleaned up false errors
Rectified use of undefined variable.
* Downgraded go to version 1.18 to allow for use of ubi images.
* Downgraded travis ubuntu distro
* Added use of docker builder using ubi8 images
Makefile updates
* Cleaned up the obsolete build scripts
Updated documentation
Minor changes to makefile
* avoid preempt of failed co-schd pods (#317)
* Update CONTROLLER_VERSION
* Updates to travis and devcontainer
* Small updates to the run-e2e test
* Updated go-restful dependency
* More go.mod updates
debug messages for the e2e script.
* Added back in the removal of taints from head node
Cleanup of junk files.
* Remove whitesapce
* Small corrections.
* Refactoring of env-setup
* moe arch issues with the kuttl binnary
* Updated the go version in go.mod (#316)
* Updated the go version in go.mod
Ran `go mod tidy`
Updated travis.yml
Deleted staled code, disabled the quota manager in the controller.
* Added travis changes.
* Removed linter install
Ported changes to .travis.yml from quota-management-branch
* Removed linter install
Ported changes to .travis.yml from quota-management-branch
* Downgraded go to version 1.18 to allow for use of ubi images.
* Added use of docker builder using ubi8 images
Makefile updates
* Cleaned up the obsolete build scripts
Updated documentation
Minor changes to makefile
* Small fix to the docker file.
* More updates to go.mod to fix vulnerabilities
* Removed text files.
* Yet another text file removal
* Small fix to address PR review comments.
* Create 1.29.57 release
Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
* Adding Performance test script (#289)
* Adding Performance test script
Signed-off-by: James Busche <jbusche@us.ibm.com>
* red hat image and more checking
Signed-off-by: James Busche <jbusche@us.ibm.com>
* Check for mcad install
Signed-off-by: James Busche <jbusche@us.ibm.com>
* remove oc and formatting
Signed-off-by: James Busche <jbusche@us.ibm.com>
* fix to run from any namespace
Signed-off-by: James Busche <jbusche@us.ibm.com>
---------
Signed-off-by: James Busche <jbusche@us.ibm.com>
* fix typo (#326)
* Document updates.
* remove invalid characters from branch name an replace with - (#328)
Signed-off-by: Kevin <kpostlet@redhat.com>
* Bump golang.org/x/text from 0.3.4 to 0.3.8 (#321)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.4 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.4...v0.3.8)
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 (#324)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 (#323)
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](gogo/protobuf@v1.3.1...v1.3.2)
---
updated-dependencies:
- dependency-name: github.com/gogo/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added .devcontainer to gitignore
Removed directory from commit.
* Codereview comments.
* Bump golang.org/x/crypto from 0.0.0-20201002170205-7f63de1d35b0 to 0.1.0 (#322)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201002170205-7f63de1d35b0 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixes to the setup part of the script.
* change schedSpec to schedulingSpec and note M1 image for echo server in tutorial (#333)
Signed-off-by: Sunyanan Choochotkaew <sunyanan.choochotkaew1@ibm.com>
* Changes user to 1000 (#329)
* non-root 1000 user
Signed-off-by: James Busche <jbusche@us.ibm.com>
* cleanup dockerfile
Signed-off-by: James Busche <jbusche@us.ibm.com>
* moving curl into builder
Signed-off-by: James Busche <jbusche@us.ibm.com>
---------
Signed-off-by: James Busche <jbusche@us.ibm.com>
* Address race condition in XController variable (#330)
* Update Dockerfile:
* To not to use root user to build
* To allow for passing of golang build args
Updated Makefile:
* To selectively run the generate code
* To allow for passing of golang build args
* Updates to ensure that docker builds flags are used
Update to the e2e script to allow for not caching test runs and cluster setup
* Updates to e2e script and travis for log level
Fixed 1 race condition issue.
* Reverted needless changes.
* Documentation updates.
Minor fixes to make file.
* Fixed bug in docker file
Reduced noise in e2e test.
* Fixed potential regression.
* Added back Dockerfile
* Fix bad merge.
---------
Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
Signed-off-by: James Busche <jbusche@us.ibm.com>
Signed-off-by: Kevin <kpostlet@redhat.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sunyanan Choochotkaew <sunyanan.choochotkaew1@ibm.com>
Co-authored-by: Kai-Hsun Chen <kaihsun@apache.org>
Co-authored-by: Abhishek Malvankar <asm582@users.noreply.github.com>
Co-authored-by: Mustafa Eyceoz <maxusmusti@gmail.com>
Co-authored-by: Anish Asthana <anishasthana1@gmail.com>
Co-authored-by: James Busche <101845348+jbusche@users.noreply.github.com>
Co-authored-by: Lionel Villard <villard@us.ibm.com>
Co-authored-by: Kevin Postlethwait <k.postlethwait24@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sunyanan Choochotkaew <sunya-ch@ist.osaka-u.ac.jp>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Multi-Cluster App Dispatcher
2
2
==
3
3
4
-
The `multi-cluster-app-dispatcher` is a Kubernetes controller providing mechanisms for applications to manage batch jobs in a single or mult-cluster environment.
4
+
The `multi-cluster-app-dispatcher` is a Kubernetes controller providing mechanisms for applications to manage batch jobs in a single or multi-cluster environment.
5
5
6
6
The `multi-cluster-app-dispatcher` (`MCAD`) controller is capable of (i) providing an abstraction for wrapping all resources of the job/application and treating them holistically, (ii) queuing job/application creation requests and applying different queuing policies, e.g., First In First Out, Priority, (iii) dispatching the job to one of multiple clusters, where a `MCAD` queuing agent runs, using configurable dispatch policies, and (iv) auto-scaling pod sets, balancing job demands and cluster availability (future work).
0 commit comments