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
* 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.
### Push the Multi-Cluster-App-Dispatcher Image to an Image Repository
@@ -176,7 +154,7 @@ Refer to [deployment](../deploy/deployment.md) on how to deploy the `multi-clust
176
154
177
155
## 3. Running e2e tests locally
178
156
179
-
When running e2e tests, is recommended you restrict the `docker` daemon [cpu and memory resources](https://docs.docker.com/config/containers/resource_constraints/). The recomended settings are:
157
+
When running e2e tests, is recommended you restrict the `docker` daemon [cpu and memory resources](https://docs.docker.com/config/containers/resource_constraints/). The recommended settings are:
180
158
181
159
* CPU: 2
182
160
* Memory: 8 GB
@@ -185,5 +163,5 @@ From the root directory of the repository:
0 commit comments