Skip to content

Updated mkdocs.yml#821

Merged
centaurus-cloud-bot merged 1 commit intoCentaurusInfra:masterfrom
zmn223:master
Nov 18, 2020
Merged

Updated mkdocs.yml#821
centaurus-cloud-bot merged 1 commit intoCentaurusInfra:masterfrom
zmn223:master

Conversation

@zmn223
Copy link
Collaborator

@zmn223 zmn223 commented Nov 17, 2020

What type of PR is this?

/kind documentation

What this PR does / why we need it:
Updated repo link for readthedocs

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@centaurus-cloud-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zmn223

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@centaurus-cloud-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zmn223

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zmn223
Copy link
Collaborator Author

zmn223 commented Nov 17, 2020

/assign @dingyin

@dingyin
Copy link
Member

dingyin commented Nov 18, 2020

/lgtm

@centaurus-cloud-bot centaurus-cloud-bot merged commit afca093 into CentaurusInfra:master Nov 18, 2020
XiaoningDing pushed a commit that referenced this pull request Dec 15, 2020
* update etcdimage from futurewei-cloud to centaurus-cloud (#796)

* Change fieldSelector value in APIServerConfigManager (#780)

* Change fieldSelector value in APIServerConfigManager

* Add APIServerConfigManager to kube proxy

* update readme updating new links

* update CONTRIBUTING doc links

* update Support.md

* update SUPPORT doc project links

* Make sure lease create/renew can use different api server (#812)

* Updated mkdocs.yml (#821)

* 1.18 improvement - reflector perf changes (#832)

* Enable watch bookmarks in reflector
kubernetes/kubernetes@175c07f
committed on Jul 12, 2019

* fixes a bug that connection refused error cannot be recognized correctly
kubernetes/kubernetes@3cec909
ommitted on Aug 20, 2019

* Cleanup staticcheck from staging/src/k8s.io/client-go/tools/cache.
kubernetes/kubernetes@19e5c85
committed on Sep 4, 2019

* Add support for type checking Unstructured via GVK in reflector
kubernetes/kubernetes@237dbfd
committed on Sep 24, 2019

It was previously possible to instantiate `Reflector` with
`*unstructured.Unstructured` as the expected type but this did not
support checking that event objects were of the correct API
type (e.g. if event object was `v1.Pod` in `Unstructured` form but
`v1.Service` was expected). This commit adds support for providing a
GVK via an `Unstructured` expected type to compare with the GVK of
event objects. The GVK will also be used in reflector log output.

* Avoid going back in time in reflector framework
kubernetes/kubernetes@b2b285a
committed on Oct 28, 2019

Also remove listFromResourceVersion in Arktos as it is no longer used.

* Handle expired errors with RV>0 in pager, don't full list if 1st page is expired
kubernetes/kubernetes@1f3dc14
committed on Oct 28, 2019

* pager.go: Don't set ResourveVersion on subsequent List calls
kubernetes/kubernetes@977ca43
committed on Nov 15, 2019

* Add HTTP 410 (Gone) status code checks to reflector and relist with RV=''
kubernetes/kubernetes@e2fe126
committed on Oct 30, 2019

* Avoid thundering herd on etcd on masters upgrade
kubernetes/kubernetes@773d358
committed on Jan 30, 2020

* Switch pager to return whether the result was paginated
kubernetes/kubernetes@5dcf08c
committed on Jan 31, 2020

* Don't paginate in listwatch
kubernetes/kubernetes@51eb4b5
committed on Jan 2, 2020

* Copy release-1.18/staging/src/k8s.io/apimachinery/pkg/util/wait/wait.go, wait_test.go over
Including following changes:
. fix backoff manager timer initialization race - committed on Apr 25, 2020
. implement backoff manager - committed on Feb 4, 2020
. add crash protection to wait functions that were missing it - committed on Jan 17, 2020
. Updated comments in wait.go - committed on Aug 24, 2019

* add exponential backoff with reset to reflector
kubernetes/kubernetes@f124816
committed on Feb 7, 2020

* Fix client watch reestablishment handling of client-side timeouts
kubernetes/kubernetes@ea49e94
committed on Apr 8, 2020

* Fix tests due to 1.18 changes

* Fix concurrent map write issue at AggregateWatcher stop (#825)

* Fix concurrent map write issue at AggregateWatcher stop

* Remove read unlock/lock in for loop due to readability and little performance impact.

* 1.18 improvement api server cacher index and reduce watchers (#817)

* Simplify trigger functions in cacher
kubernetes/kubernetes@68fd329
committed on Jul 15, 2019
Pick up change for easiler pick up api server cacher improvement

* Rename TriggerPublisherFunc as IndexerFunc
http://github.com/kubernetes/kubernetes/commit/6e98aab26e4fb867a6d8b4342937823cf1597d89
committed on Jul 18, 2019
Pick up change for easiler pick up api server cacher improvement

* add RequiresExactMatch for label.Selector
kubernetes/kubernetes@5a23bff
committed on Nov 13, 2019

* add indexer for storage cacher
kubernetes/kubernetes@87582e2
committed on Feb 2, 2020

* Clear valueWatchers instead of removing every entry using a loop
kubernetes/kubernetes@a06daff
committed on Jul 1, 2019
Pick up api server watch cache performance improvement.

* make update

* 1.18 improvement watch memory leak (#822)

* Stop Watching when there is encoding error
kubernetes/kubernetes@639af77
committed on Nov 7, 2019

* use context to check client closed instead of http.CloseNotifier in processing watch request
kubernetes/kubernetes@1daa08c
committed on Nov 19, 2019

* fix potential memory leak issue in processing watch request
kubernetes/kubernetes@b911aa6
committed on Dec 10, 2019

* Create a shim for Codecs that handles client duties
kubernetes/kubernetes@93868cb
committed on Nov 10, 2019
Make unit test for watch test

* fix copyright

* 1.18 improvement kubelet (#834)

* make node lease renew interval more heuristic
kubernetes/kubernetes@95f3e64
committed on Jul 17, 2019

* ***change node-lease-renew-interval to 0.25 of renew-duration
0.25 is a dedicated value to align before default value
of renew-interval but get more heuristic interval
kubernetes/kubernetes@cda7836
committed on Jul 29, 2019

* reduce kubelet getting node lease
kubernetes/kubernetes@acdac6e
committed on Aug 9, 2019

* changed IsCriticalPod to return true in case of static pods
kubernetes/kubernetes@c05d506
committed on Aug 7, 2019

* Sync the status of static Pods
kubernetes/kubernetes@3678433
committed on Dec 4, 2019

* Use RWMutex in watchBasedManager
kubernetes/kubernetes@92851d2
committed on Aug 12, 2019

* Pick up performance test changes (#840)

* enable content profiling for mutex and block in api server

* ETCD_SNAPSHOT_COUNT to 100000

* Use original watch cache - does not support etcd partition

* disable workload-controller-manager

* enable mutex profiling in kube-up and start-kubemark

* partition services in api server

* partition configmaps in api server

* Fine tune cachesize for configmap, secret. Add cachesize for lease from 1.18

* update etcdimage from futurewei-cloud to centaurus-cloud

* Remove API server configure manager call in hollow node.

* make update

Co-authored-by: root <root@ip-172-31-10-115.us-west-2.compute.internal>
Co-authored-by: sonyafenge <sonyafenge@gmail.com>

* Bump k8s.io/klog to v1.0.0 (#855)

* Bump k8s.io/klog to v1.0.0
kubernetes/kubernetes@c2a4906
committed on Sep 23, 2019

Update to latest klog 0.4.0
kubernetes/kubernetes@9a2de95
committed on Aug 8, 2019

Skipped dependent go.mod/go.sum updates. Will do it separately

* Adjust test case for a new command line parameter
kubernetes/kubernetes@f3061a9
committed on Aug 8, 2019

* Fix two conflict resolution errors

Co-authored-by: sonyafenge <45471193+sonyafenge@users.noreply.github.com>
Co-authored-by: Ying Huang <sindica2000@yahoo.com>
Co-authored-by: Yin Ding <dingyin@gmail.com>
Co-authored-by: Mengni Zhang <50963591+zmn223@users.noreply.github.com>
Co-authored-by: root <root@ip-172-31-10-115.us-west-2.compute.internal>
Co-authored-by: sonyafenge <sonyafenge@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants