Skip to content

Commit 882297b

Browse files
authored
Merge pull request #7858 from manuelbuil/fixCodeSpell
Fix code spell check
2 parents 9c48d10 + bca0adb commit 882297b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/adrs/core-controller-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Users may have policies in place that prohibit use of the `system:admin` account
1717

1818
* We will add a new kubeconfig for the K3s supervisor controllers: core functionality, deploy (AddOns; aka the manifests directory), and helm (HelmChart/HelmChartConfig).
1919
* Each of the three controllers will use a dedicated user-agent to further assist in discriminating between events, via both audit logs and resource ManageFields tracking.
20-
* The new user account will use exisiting core Kubernetes group RBAC.
20+
* The new user account will use existing core Kubernetes group RBAC.
2121

2222
## Consequences
2323

pkg/agent/tunnel/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ func (a *agentTunnel) watchEndpoints(ctx context.Context, apiServerReady <-chan
337337
var debounceCtx context.Context
338338
debounceCtx, cancelUpdate = context.WithCancel(ctx)
339339

340-
// When joining the cluster, the apiserver adds, removes, and then readds itself to
340+
// When joining the cluster, the apiserver adds, removes, and then re-adds itself to
341341
// the endpoint list several times. This causes a bit of thrashing if we react to
342342
// endpoint changes immediately. Instead, perform the endpoint update in a
343343
// goroutine that sleeps for a short period before checking for changes and updating

0 commit comments

Comments
 (0)