Daniel Jacobs

Results 10 comments of Daniel Jacobs

im getting the same error running the honey pot on ubuntu 16.04

They are found through discovery, yes :) I copied (hopefully) a complete interval of logs: Spoiler with logs ```shell 2022-04-28T08:00:24.118906749Z stdout F [08:00:24 INF] Request starting HTTP/1.1 GET http://xx.xxx.x.xxx:5000/api/v1/health?includeDependencies=false -...

Yes and we are using calico as CNI plugin. We deploy it out cluster with terraform, so I'm unsure how to extract the CNI part from the ARM template :/...

I can't see them in the resource group with the MC_ prefix, just in our manually created resource group ![image](https://user-images.githubusercontent.com/874007/165771749-49d59411-607d-4718-8c12-2fc6e341d1f1.png) ![image](https://user-images.githubusercontent.com/874007/165771802-95bce4e0-95b9-4943-bedf-3ec8f569ed37.png)

Oh sorry missed the notification Is a single Interface enough? ```json { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "networkInterfaces_redacted_nic_ac66fc98_779a_421e_a4fe_98736cc3d489_name": { "defaultValue": "redacted.nic.ac66fc98-779a-421e-a4fe-98736cc3d489", "type": "String" }, "virtualNetworks_aks_network_externalid": { "defaultValue": "/subscriptions/SUBSCRIPTIONID/resourceGroups/RESOURCEGROUP/providers/Microsoft.Network/virtualNetworks/aks-network", "type":...

We encountered the same issue in wal-g 2.0 in our environment and i opened an issue for the wal-g project https://github.com/wal-g/wal-g/issues/1322 Update: the issues already has been fixed, we just...

I am facing the same issue in azure aks > │ Events: │ > │ Type Reason Age From Message │ > │ ---- ------ ---- ---- ------- │ >...

First call with Microsoft didn't really bring a solution but maybe someone can confirm this: the deployment yaml of the persistent volume claim **storage-loki-0** has a wrong value in **volume.kubernetes.io/selected-node**....

Facing the same issue after upgrading to k8s v1.23.5: ` manifest_sorter.go:192: info: skipping unknown hook: "crd-install" W0614 17:05:48.575867 106418 warnings.go:70] would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "jaeger-jaeger-operator" must...

I am trying to resolve this one to. What i got so far (i am using kube-prometheus-stack to deploy it): ```yaml - name: "containerrecommendations_target" help: "VPA container recommendations for memory."...