maaft

Results 35 issues of maaft

**What happened**: 1. karmada installed in host-cluster and api-server is publicly exposed under and is reachable and functional (can do kubectl apply etc) 2. in on-premise cluster (private networking; but...

kind/bug

``` az deployment group create -g rg-bu0001a0008 -f cluster-stamp.bicep -p targetVnetResourceId=${RESOURCEID_VNET_CLUSTERSPOKE_AKS_BASELINE} clusterAdminAadGroupObjectId=${AADOBJECTID_GROUP_CLUSTERADMIN_AKS_BASELINE} a0008NamespaceReaderAadGroupObjectId=${AADOBJECTID_GROUP_A0008_READER_AKS_BASELINE} k8sControlPlaneAuthorizationTenantId=${TENANTID_K8SRBAC_AKS_BASELINE} appGatewayListenerCertificate=${APP_GATEWAY_LISTENER_CERTIFICATE_AKS_BASELINE} aksIngressControllerCertificate=${AKS_INGRESS_CONTROLLER_CERTIFICATE_BASE64_AKS_BASELINE} domainName=${DOMAIN_NAME_AKS_BASELINE} gitOpsBootstrappingRepoHttpsUrl=${GITOPS_REPOURL} gitOpsBootstrappingRepoBranch=${GITOPS_CURRENT_BRANCH_NAME} location=germanywestcentral ``` Error ``` {"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions//resourceGroups/rg-bu0001a0008/providers/Microsoft.Resources/deployments/cluster-stamp","message":"At least one resource deployment operation failed....

Not sure who's responsible here: (cri, k3s, nvidia-device-plugin ?). Related issue on k3s repo: https://github.com/k3s-io/k3s/issues/7334 bug not present on ubuntu 20.04 ! **tl;dr**: The error is caused when **any** resource...

lifecycle/stale

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-operator/issues) for an issue that matches the one I want to file, without success. - [X] I agree to follow...

kind/enhancement
lifecycle/stale

I tried to run the example code with freshly bootstrapped `cra` and `vite` apps. Both failed miserably: # Cra 1. yarn create react-app my-app --template typescript 2. yarn && yarn...

### Description 1. Cluster was running fine for 2-3 weeks 2. without touching anything, some of the nodes completely lost public internet connection 3. cluster completely broke This means, that...

bug

Is this repo still actively maintained? I'm asking since a few crates are outdated right now and it would be great to have updated deps. For instance, in rusb there...

C-bug

### Description I just came back to work after ~2 weeks and one of my nodes booted into emergency mode after failing cloud-init. After pressing "Enter", the node seems to...

bug

### Description Currently kured is not running on nodes with tolerations. What is this repo using? The helm chart? Tolerations could be set there.

I'm using playwright mcp with cursor IDE. It calls playwright_navigate with the following payload: ```json { "url": "http://localhost:5173/" } ``` This is the error I'm getting: ``` Failed to initialize...