Skip to content

Commit

Permalink
Merge branch 'master' into enable-ipv6-egress-on-mix-cluster-nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman authored Jan 25, 2024
2 parents 128e906 + b0ff9b9 commit 957eae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/issue-closed-message.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
2 changes: 1 addition & 1 deletion test/framework/resources/k8s/resources/daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (d *defaultDaemonSetManager) CreateAndWaitTillDaemonSetIsReady(daemonSet *v
}

// Allow for the cache to sync
time.Sleep(utils.PollIntervalShort)
time.Sleep(utils.PollIntervalLong)

err = d.CheckIfDaemonSetIsReady(daemonSet.Namespace, daemonSet.Name)
if err != nil {
Expand Down

0 comments on commit 957eae6

Please sign in to comment.