Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canary image looks to be failing on parsing the args. #94

Closed
humblec opened this issue Jan 31, 2022 · 1 comment
Closed

canary image looks to be failing on parsing the args. #94

humblec opened this issue Jan 31, 2022 · 1 comment

Comments

@humblec
Copy link
Contributor

humblec commented Jan 31, 2022

[root@hchiramm csi-driver-iscsi]# kubectl logs csi-iscsi-node-drtws -c iscsi 
Error: invalid argument "5 --nodeid=127.0.0.1 --endpoint=unix:///csi/csi.sock" for "-v, --v" flag: strconv.ParseInt: parsing "5 --nodeid=127.0.0.1 --endpoint=unix:///csi/csi.sock": invalid syntax
Usage:
  iscsi.csi.k8s.io [flags]

Flags:
      --add_dir_header                   If true, adds the file directory to the header of the log messages
      --alsologtostderr                  log to standard error as well as files
      --endpoint string                  CSI endpoint
  -h, --help                             help for iscsi.csi.k8s.io
      --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
      --log_dir string                   If non-empty, write log files in this directory
      --log_file string                  If non-empty, use this log file
      --log_file_max_size uint           Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
      --logtostderr                      log to standard error instead of files (default true)
      --nodeid string                    node id
      --one_output                       If true, only write logs to their native severity level (vs also writing to each lower severity level)
      --skip_headers                     If true, avoid header prefixes in the log messages
      --skip_log_headers                 If true, avoid headers when opening log files
      --stderrthreshold severity         logs at or above this threshold go to stderr (default 2)
  -v, --v Level                          number for the log level verbosity
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

invalid argument "5 --nodeid=127.0.0.1 --endpoint=unix:///csi/csi.sock" for "-v, --v" flag: strconv.ParseInt: parsing "5 --nodeid=127.0.0.1 --endpoint=unix:///csi/csi.sock": invalid syntax[root@hchiramm csi-driver-iscsi]# 


Image:

[root@hchiramm csi-driver-iscsi]# kubectl describe pod csi-iscsi-node-drtws |grep -i image
    Image:         k8s.gcr.io/sig-storage/livenessprobe:v2.1.0
    Image ID:      docker-pullable://k8s.gcr.io/sig-storage/livenessprobe@sha256:b0a9eb3e489150d79bff1c97681f34c579e6fcb1a4ed0289c19180eb83ebc83d
    Image:         k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0
    Image ID:      docker-pullable://k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:a61d309da54641db41fb8f35718f744e9f730d4d0384f8c4b186ddc9f06cbd5f
    Image:         gcr.io/k8s-staging-sig-storage/iscsiplugin:canary
    Image ID:      docker-pullable://gcr.io/k8s-staging-sig-storage/iscsiplugin@sha256:127d8f5422b291d54eb9119eb9c1350e288325b942fb52c3b80e1750f4b2de9d
  Normal   Pulled     3m15s                  kubelet            Container image "k8s.gcr.io/sig-storage/livenessprobe:v2.1.0" already present on machine
  Normal   Pulled     3m15s                  kubelet            Container image "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0" already present on machine
  Normal   Pulled     2m33s (x4 over 3m14s)  kubelet            Container image "gcr.io/k8s-staging-sig-storage/iscsiplugin:canary" already present on machine
[root@hchiramm csi-driver-iscsi]# 
@humblec
Copy link
Contributor Author

humblec commented Feb 10, 2022

This can be closed as its already taken care above PR.

@humblec humblec closed this as completed Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant