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

Add new values to the k8s.node resource #5018

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Add new values to the k8s.node resource #5018

merged 1 commit into from
Jan 7, 2025

Conversation

tas50
Copy link
Member

@tas50 tas50 commented Dec 21, 2024

Fetch the creation date, the port, and the overall OS config.

cnquery> k8s.nodes.first{ created nodeInfo kubeletPort }
k8s.nodes.first: {
  kubeletPort: 10250
  nodeInfo: {
    architecture: "arm64"
    bootID: "ae92580d-e68f-4108-8074-2c6e9c8e3351"
    containerRuntimeVersion: "docker://24.0.7"
    kernelVersion: "6.10.11-linuxkit"
    kubeProxyVersion: ""
    kubeletVersion: "v1.31.0"
    machineID: "c08bfdd8746d444497cb3dfe0a128dc2"
    operatingSystem: "linux"
    osImage: "Ubuntu 22.04.3 LTS"
    systemUUID: "c08bfdd8746d444497cb3dfe0a128dc2"
  }
  created: 2024-02-23 11:58:20 -0800 PST
}

Paging @imilchev to see if I did any of this correctly

Copy link
Contributor

github-actions bot commented Dec 21, 2024

Test Results

3 205 tests  ±0   3 202 ✅ ±0   1m 46s ⏱️ +5s
  379 suites ±0       3 💤 ±0 
   29 files   ±0       0 ❌ ±0 

Results for commit ea13220. ± Comparison against base commit 916c468.

♻️ This comment has been updated with latest results.

- Fetch the creation date, the port, and the overall OS config.

Signed-off-by: Tim Smith <[email protected]>
@tas50 tas50 changed the title Add creation timestamp for the k8s node Add new values to the k8s.node resource Dec 22, 2024
@imilchev imilchev merged commit f668af9 into main Jan 7, 2025
17 checks passed
@imilchev imilchev deleted the tas50/k8s branch January 7, 2025 06:50
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants