hashgraph / hashgraph/solo-weaver

fix(crio): properly link crictl config and add crictl to system PATH during CRI-O install

Open
#1,026 0 comments 0 reactions 1 assignee Claimed by @leninmehedy View on GitHub
Bug
Dominant language
Go
Stars
3
Forks
0
Avg merge
3d 5h
Merged PRs (30d)
47

Description

## Description

During provisioner-deployed K8s node setup, the crictl configuration is not properly established:

1. The crictl config file is not linked into the appropriate `/etc` location
2. The crictl config file does not have the correct CRI-O socket path
3. `crictl` is not included in the system shell PATH variable

This was discovered during troubleshooting a provisioner-deployed K8s node.

## Acceptance Criteria

- [ ] Ensure the crictl configuration file is properly linked/placed in the expected `/etc` location during CRI-O install
- [ ] Ensure the crictl config file contains the correct CRI-O socket path
- [ ] Ensure `crictl` is added to the system shell PATH variable
- [ ] Verify the fix works on a fresh provisioner-deployed K8s node
- [ ] Add unit/integration tests for the configuration setup

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.