We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbacf6d commit 1afbfdfCopy full SHA for 1afbfdf
upup/pkg/fi/nodeup/command.go
@@ -179,6 +179,7 @@ func (c *NodeUpCommand) Run(out io.Writer) error {
179
if err != nil {
180
return fmt.Errorf("error determining OS distribution: %v", err)
181
}
182
+ klog.Infof("Detected distribution: %v", distribution)
183
184
configAssets := nodeupConfig.Assets[architecture]
185
assetStore := fi.NewAssetStore(c.CacheDir)
0 commit comments