Environmental Variable overlapping from Kubernates to Edge

Venkata Siva Kumar Sukka 46 Reputation points
2021-07-26T17:35:28.373+00:00

When there are more than 20 environmental variables, the create options will increase based on the environmental variables like ;

Create Options :"Environmental Variables"
CreateOptions2 : "Environmental Variables"
CreateOptions3 : "Environmental Variables"

Here the issue is when i have more than 30(assume) environmental variables , the create options getting over lapped for example

I have environmental variables like "a=1,b=2,c=3,d=4,e=5,f=6" , when its applying to edge the create options like

createOptions: "a=1,b=2,c="
createoptions2: "b=2,c=3,d=4,e"
createoptions3: "d=4,e=5,f=6"

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
598 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
{count} vote

Accepted answer
  1. VenkatYalla-0009 836 Reputation points
    2021-08-12T16:47:00.9+00:00

    This seems to be using an experimental integration that is not supported and is now defunt: https://github.com/Azure/iot-edge-virtual-kubelet-provider

    Please use IoT Hub to submit deployments for IoT Edge devices. Submitting deployments via Kubernetes is not supported and the OSS project is no longer maintained. I will update the repo with this info.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.