-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPDEV-92546] Install the Calico API server to enable management of C…
…alico API "projectcalico.org/v3" (#510) * Support few original manifests for default plugins * Refactoring in enrichment of plugin container args, and renew tls cert * Implement Calico API server installation * Implement certificate renew for Calico API server * Implement PaaS check for Calico API server * Implement patch to install Calico API server on existing clusters * Auto-update license header * Added minor code comments * Disable logging of Kubernetes audit events for the Calico API server's checking API access * Auto-update license header * Add comments and docs about Calico API server auditing. * Update Installation.md * Update Kubecheck.md * Update Maintenance.md * Update Maintenance.md * Change check numbers * Support of openssl of version lower than 1.1.1 * Rename patch files * Disable waiting for the API server to start * Make Calico API server optional and not installed by default Move installation steps to the end and increase timeout. * Increase Calico API service expect timeout * Update Installation.md * Updated full-cluster.yaml example and minor changes in doc * Minor fix in thirdparties update tool --------- Co-authored-by: ilia1243 <[email protected]> Co-authored-by: Shoaib Mohammed <[email protected]>
- Loading branch information
1 parent
2b025c3
commit 7e4e52f
Showing
41 changed files
with
2,159 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ plugins: | |
|
||
calico: | ||
install: true | ||
apiserver: | ||
enabled: true | ||
|
||
nginx-ingress-controller: | ||
install: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ plugins: | |
install: true | ||
calico: | ||
install: true | ||
apiserver: | ||
enabled: true | ||
|
||
rbac: | ||
accounts: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.