Arunesh Pandey

Results 11 issues of Arunesh Pandey

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

**Describe the bug** The `mu` binary built from the distributed tar.gz crashes on ARM64 Mac OS X. **To Reproduce** - Download the tar.xz from: https://github.com/djcb/mu/releases/tag/v1.12.0 - Install using the steps...

bug
mu

**What does this PR do, and why is it needed?** This change introduces the VirtualMachineReplicaSet API to allow users to manage a fleet of their workloads that are created using...

size/XXL
cla-not-required

**What steps did you take and what happened?** Storage class is effectively a mandatory parameter when it comes to creating a VM on Supervisor (which is the only platform supported...

**What does this PR do, and why is it needed?** Currently, VM operator ignores any vApp properties that are not user configurable when patching with values specified in the bootstrap...

size/S
testing-needed-e2e-fast
cla-not-required

VM Service does not support setting resource limits via VirtualMachineClass APIs today. As a result, the [Limits](https://github.com/vmware-tanzu/vm-operator/blob/main/api/v1alpha1/virtualmachineclass_types.go#L76) in the `VirtualMachineClass` custom resource are never set. Filing this issue to remove...

# Summary Cloud-Init [documents](https://cloudinit.readthedocs.io/en/latest/explanation/format.html#gzip-compressed-content) the maximum number of bytes for user data on the EC2 platform is 16KiB, and that this value is platform dependent. VM Operator relies on the...

**What steps did you take and what happened?** The customization code performs any template substitutions in the metadata specified via the Secret/ConfigMap resource. If the template parsing encounters an error,...

**What does this PR do, and why is it needed?** This change renames the "pause-reconcile" annotation used to pause the reconciliation of a VM to "paused". This is consistent with...

size/L
cla-not-required

**What steps did you take and what happened?** The current project docs do not render tables with multi line cells. Any new line character is treated as a new row....