Code Monkey home page Code Monkey logo

Comments (3)

YakovKugel avatar YakovKugel commented on August 11, 2024

Adding @I548745

from gardener-extension-provider-azure.

kon-angelo avatar kon-angelo commented on August 11, 2024

@YakovKugel please be careful with use of internal IDs in the public github.

Regarding the feature, the main problem is that per https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/serial-console-linux#prerequisites you need to have a password-based user. That has quite a few security implications and most of the images in our landscapes do not support such users.

What this means is that if you want to use this feature to debug actual boot issues with the nodes, you need another mechanism to introduce a way of configuring password-based users and the provider extension is not the place for that (it involves gardener core, the OS teams etc.).

If we were to introduce it without any the other gardener change I mentioned, it would basically "tick" the boxes in the VMs that would allow the serial console and you would need to use some payload mechanism like "custom" daemon sets to create your own password-based user on the nodes to be able to actually use the feature. It also prerequisites tha the node has joined the cluster which makes it useless for debugging boot issues.

from gardener-extension-provider-azure.

ZionChen01 avatar ZionChen01 commented on August 11, 2024

Hello @kon-angelo

Just to clear our request.
we don't ask to enable Console login to the instance. we don't want to debug actual boot issue from the console.
what we ask, is to be able to see the boot process in the serial log. the name of serial log in Azure portal is "serial console"

image

from gardener-extension-provider-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.