oddy

Results 6 issues of oddy

```yaml ... labeler: runs-on: ubuntu-latest steps: - id: labeler uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yaml sync-labels: '' outputs: labels: ${{ steps.labeler.outputs.all-labels }} ``` actionlint says 'property "all-labels"...

### Describe the bug Delegation was enabled for applications that have Flagger deployed. The delegation is now enabled, but I think the VirtualService created by Canary is displayed incorrectly. When...

### 1. Why is this pull request needed and what does it do? This pull request adds new entry in the adopters list. ### 2. Which issues (if any) are...

Closes: https://github.com/kubernetes/website/issues/44971

cncf-cla: yes
size/L
do-not-merge/work-in-progress
sig/docs
tide/merge-method-squash
language/ja
area/localization

### Description **Observed Behavior**: - Almost all Pods were CrashLoopBackOff in provisioned node by karpenter. This is basically no problems, rare occurrences. - Most Pod errors are `exec format error`....

bug
needs-triage

Running istioctl analyze with CI. After CI is executed, CD applies Flagger CR's Canary and creates a VirtualService, so we were not aware of any deficiencies in the Virtual Service...