Dimitris Karakasilis

Results 329 comments of Dimitris Karakasilis

Published: https://www.spectrocloud.com/blog/portable-kms-edge-computing-security-for-remote-devices

Closing this. It's only jetson orin QA that needs to happen but it's not urgent so it might not happen for a while.

While doing so, we should also check what it takes for a SUSE stack to appear in the `pack suggest-stacks` command (https://github.com/buildpacks/pack/blob/12826ab8a009a719cb5155fc95fd0608fcf486e1/internal/commands/suggest_stacks.go#L21) Same thing for `pack suggest-builders`.

[I asked on Slack](https://paketobuildpacks.slack.com/archives/CU8RVQZ1R/p1594805961151600), this is the pipeline that builds the builders: https://buildpacks.ci.cf-app.com/teams/core-deps/pipelines/cnb-builder?group=all (may be useful to understand how they are built).

This is the branch I've been working on: https://github.com/cloudfoundry-incubator/kubecf/tree/dk-kpack I managed to get the cloud controller to run but there seem to be more things missing (See here: https://github.com/cloudfoundry/capi-k8s-release#components--collaborators). I...

There should be a NodePort service listening on 31666 (the bits "registry") and the bits pod should be up and running. The error message indicates that connection to the bits...

I replaced the opi image in the `eirini` pod with `jimmykarily/opi` which is an image I built using the same code but disabling the code that deletes the staging job...

Can't tell for sure if the staging container worked or not. What I do see though is an error in the singleton blobstore pod: ``` ~/dizzylizard (master)*$ kubectl logs -n...

I tried deploying v2.6.1 using the make targets in kubecf: ``` $ git checkout v2.6.1 $ make kind-start $ make all ``` and after all pods are up and running,...

ok new data: Simply using ``` kind create cluster --image "kindest/node:v1.17.5" ``` and then following the docs makes it work. The problem is with the k8s version. The make target...